Html Css Color HEX #C64052 Old Rose

📋 copy color: '#C64052'

red 198 ◦ green 64 ◦ blue 82

#C64052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C64052

Tints of Old Rose #C64052

RGB

 RED value IS 198 (77.73% from 255) = 57.56%

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 57.56%
G = 18.6%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C64052 (or 0xC64052) is known color: Old Rose. HEX triplet: C6, 40 and 52. RGB value is (198,64,82). Sum of RGB (Red+Green+Blue) = 198+64+82=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C64052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64052 is #39BFAD. Grayscale: #6A6A6A. Windows color (decimal): -3784622 or 5390534. OLE color: 5390534.

HSL color Cylindrical-coordinate representation of color #C64052: hue angle of 351.94º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64052 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 82 -
CMYK 0 0.68 0.59 0.22
HSL 351.94º 0.54% 0.51% -
HSV(B) 351.94º 0.68% 0.78% -
XYZ 26.65 16.28 9.72 -
YUV 106.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 198 64 82 0 0.68 0.59 0.22 351.94 0.54 0.51
Hex C6 40 52 0 44 3B 16 160 36 33
Octal 306 100 122 0 104 73 26 540 66 63
Binary 11000110 1000000 1010010 0 1000100 111011 10110 101100000 110110 110011

Color Harmonies of #C64052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64052

Black with #C64052

Text Example


Text Example

White with #C64052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64052; }

 p { color: rgb(198,64,82); }

 H1.HeaderClassName
 {
   color: #C64052;
 }
 .AnyTagClassName
 {
   color: #C64052;
 }
</style>

background-color css

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

 a { background-color: rgb(198,64,82); }

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

border-color css

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

 span { border-color: rgb(198,64,82); }

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