Html Css Color HEX #C02A47 Old Rose

📋 copy color: '#C02A47'

red 192 ◦ green 42 ◦ blue 71

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

Shades of Old Rose #C02A47

Tints of Old Rose #C02A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.77%

 BLUE value IS 71 (28.13% from 255) = 23.28%

R = 62.95%
G = 13.77%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02A47 (or 0xC02A47) is known color: Old Rose. HEX triplet: C0, 2A and 47. RGB value is (192,42,71). Sum of RGB (Red+Green+Blue) = 192+42+71=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A47 is #3FD5B8. Grayscale: #5A5A5A. Windows color (decimal): -4183481 or 4664000. OLE color: 4664000.

HSL color Cylindrical-coordinate representation of color #C02A47: hue angle of 348.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02A47 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 42 71 -
CMYK 0 0.78 0.63 0.25
HSL 348.4º 0.64% 0.46% -
HSV(B) 348.4º 0.78% 0.75% -
XYZ 23.7 13.32 7.28 -
YUV 90.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 192 42 71 0 0.78 0.63 0.25 348.4 0.64 0.46
Hex C0 2A 47 0 4E 3F 19 15C 40 2E
Octal 300 52 107 0 116 77 31 534 100 56
Binary 11000000 101010 1000111 0 1001110 111111 11001 101011100 1000000 101110

Color Harmonies of #C02A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A47

Black with #C02A47

Text Example


Text Example

White with #C02A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A47; }

 p { color: rgb(192,42,71); }

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

background-color css

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

 a { background-color: rgb(192,42,71); }

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

border-color css

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

 span { border-color: rgb(192,42,71); }

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