#C3334A

Color #C3334A Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C3334A

Tints of Old Rose #C3334A

Color information

#C3334A (or 0xC3334A) is unknown color: approx Old Rose. HEX triplet: C3, 33 and 4A. RGB value is (195,51,74). Sum of RGB (Red+Green+Blue) = 195+51+74=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3334A is #3CCCB5. Grayscale: #606060. Windows color (decimal): -3984566 or 4862915. OLE color: 4862915.

HSL color Cylindrical-coordinate representation of color #C3334A: hue angle of 350.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3334A is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1955174-
CMYK00.740.620.24
HSL350.42º58.54%48.24%-
HSV(B)350.42º73.85%76.47%-
XYZ24.9314.467.96-
YUV96.68115.21198.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 60.94%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=60.94%
G=15.94%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195517400.740.620.24350.4258.5448.24
HexC3334A04A3E1815e3b30
Octal30363112011276305367360
Binary1100001111001110010100100101011111011000101011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3334A; }

 p { color: rgb(195,51,74); }

 H1.HeaderClassName
 {
   color: #C3334A;
 }
 .AnyTagClassName
 {
   color: #C3334A;
 }
</style>
background-color css

<style>
 a { background-color: #C3334A; }

 a { background-color: rgb(195,51,74); }

 div.DivClassName
 {
   background-color: #C3334A;
 }
 .BgClassName
 {
   background-color: #C3334A;
 }
</style>
border-color css

<style>
 span { border-color: #C3334A; }

 span { border-color: rgb(195,51,74); }

 td.TdClassName
 {
   border-color: #C3334A;
 }
 .TagClassName
 {
   border-color: #C3334A;
 }
</style>