Html Css Color HEX #C04250 Old Rose

📋 copy color: '#C04250'

red 192 ◦ green 66 ◦ blue 80

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

Shades of Old Rose #C04250

Tints of Old Rose #C04250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 56.8%
G = 19.53%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C04250 (or 0xC04250) is known color: Old Rose. HEX triplet: C0, 42 and 50. RGB value is (192,66,80). Sum of RGB (Red+Green+Blue) = 192+66+80=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C04250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04250 is #3FBDAF. Grayscale: #696969. Windows color (decimal): -4177328 or 5259968. OLE color: 5259968.

HSL color Cylindrical-coordinate representation of color #C04250: hue angle of 353.33º 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 #C04250 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 80 -
CMYK 0 0.66 0.58 0.25
HSL 353.33º 0.5% 0.51% -
HSV(B) 353.33º 0.66% 0.75% -
XYZ 25.13 15.68 9.29 -
YUV 105.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 192 66 80 0 0.66 0.58 0.25 353.33 0.5 0.51
Hex C0 42 50 0 42 3A 19 161 32 33
Octal 300 102 120 0 102 72 31 541 62 63
Binary 11000000 1000010 1010000 0 1000010 111010 11001 101100001 110010 110011

Color Harmonies of #C04250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04250

Black with #C04250

Text Example


Text Example

White with #C04250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04250; }

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

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

background-color css

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

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

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

border-color css

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

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

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