Html Css Color HEX #C04149 Old Rose

📋 copy color: '#C04149'

red 192 ◦ green 65 ◦ blue 73

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

Shades of Old Rose #C04149

Tints of Old Rose #C04149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 58.18%
G = 19.7%
B = 22.12%

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

#C04149 (or 0xC04149) is known color: Old Rose. HEX triplet: C0, 41 and 49. RGB value is (192,65,73). Sum of RGB (Red+Green+Blue) = 192+65+73=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C04149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04149 is #3FBEB6. Grayscale: #676767. Windows color (decimal): -4177591 or 4800960. OLE color: 4800960.

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

Color convert

RGB 192 65 73 -
CMYK 0 0.66 0.62 0.25
HSL 356.22º 0.5% 0.5% -
HSV(B) 356.22º 0.66% 0.75% -
XYZ 24.83 15.47 7.98 -
YUV 103.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 192 65 73 0 0.66 0.62 0.25 356.22 0.5 0.5
Hex C0 41 49 0 42 3E 19 164 32 32
Octal 300 101 111 0 102 76 31 544 62 62
Binary 11000000 1000001 1001001 0 1000010 111110 11001 101100100 110010 110010

Color Harmonies of #C04149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04149

Black with #C04149

Text Example


Text Example

White with #C04149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04149; }

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

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

background-color css

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

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

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

border-color css

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

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

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