Html Css Color HEX #C0424F Old Rose

📋 copy color: '#C0424F'

red 192 ◦ green 66 ◦ blue 79

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

Shades of Old Rose #C0424F

Tints of Old Rose #C0424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 56.97%
G = 19.58%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0424F (or 0xC0424F) is known color: Old Rose. HEX triplet: C0, 42 and 4F. RGB value is (192,66,79). Sum of RGB (Red+Green+Blue) = 192+66+79=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0424F is #3FBDB0. Grayscale: #696969. Windows color (decimal): -4177329 or 5194432. OLE color: 5194432.

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

Color convert

RGB 192 66 79 -
CMYK 0 0.66 0.59 0.25
HSL 353.81º 0.5% 0.51% -
HSV(B) 353.81º 0.66% 0.75% -
XYZ 25.1 15.67 9.1 -
YUV 105.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 192 66 79 0 0.66 0.59 0.25 353.81 0.5 0.51
Hex C0 42 4F 0 42 3B 19 162 32 33
Octal 300 102 117 0 102 73 31 542 62 63
Binary 11000000 1000010 1001111 0 1000010 111011 11001 101100010 110010 110011

Color Harmonies of #C0424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0424F

Black with #C0424F

Text Example


Text Example

White with #C0424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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