Html Css Color HEX #C02A4A Old Rose

📋 copy color: '#C02A4A'

red 192 ◦ green 42 ◦ blue 74

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

Shades of Old Rose #C02A4A

Tints of Old Rose #C02A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 62.34%
G = 13.64%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C02A4A (or 0xC02A4A) is known color: Old Rose. HEX triplet: C0, 2A and 4A. RGB value is (192,42,74). Sum of RGB (Red+Green+Blue) = 192+42+74=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A4A is #3FD5B5. Grayscale: #5A5A5A. Windows color (decimal): -4183478 or 4860608. OLE color: 4860608.

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

Color convert

RGB 192 42 74 -
CMYK 0 0.78 0.61 0.25
HSL 347.2º 0.64% 0.46% -
HSV(B) 347.2º 0.78% 0.75% -
XYZ 23.8 13.36 7.8 -
YUV 90.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 192 42 74 0 0.78 0.61 0.25 347.2 0.64 0.46
Hex C0 2A 4A 0 4E 3D 19 15B 40 2E
Octal 300 52 112 0 116 75 31 533 100 56
Binary 11000000 101010 1001010 0 1001110 111101 11001 101011011 1000000 101110

Color Harmonies of #C02A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A4A

Black with #C02A4A

Text Example


Text Example

White with #C02A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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