Html Css Color HEX #C04249 Old Rose

📋 copy color: '#C04249'

red 192 ◦ green 66 ◦ blue 73

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

Shades of Old Rose #C04249

Tints of Old Rose #C04249

RGB

 RED value IS 192 (75.39% from 255) = 58.01%

 GREEN value IS 66 (26.17% from 255) = 19.94%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 58.01%
G = 19.94%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C04249 (or 0xC04249) is known color: Old Rose. HEX triplet: C0, 42 and 49. RGB value is (192,66,73). Sum of RGB (Red+Green+Blue) = 192+66+73=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C04249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04249 is #3FBDB6. Grayscale: #686868. Windows color (decimal): -4177335 or 4801216. OLE color: 4801216.

HSL color Cylindrical-coordinate representation of color #C04249: hue angle of 356.67º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04249 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 73 -
CMYK 0 0.66 0.62 0.25
HSL 356.67º 0.5% 0.51% -
HSV(B) 356.67º 0.66% 0.75% -
XYZ 24.89 15.58 8 -
YUV 104.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 192 66 73 0 0.66 0.62 0.25 356.67 0.5 0.51
Hex C0 42 49 0 42 3E 19 165 32 33
Octal 300 102 111 0 102 76 31 545 62 63
Binary 11000000 1000010 1001001 0 1000010 111110 11001 101100101 110010 110011

Color Harmonies of #C04249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04249

Black with #C04249

Text Example


Text Example

White with #C04249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04249; }

 p { color: rgb(192,66,73); }

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

background-color css

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

 a { background-color: rgb(192,66,73); }

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

border-color css

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

 span { border-color: rgb(192,66,73); }

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