Html Css Color HEX #C02A4D Old Rose

📋 copy color: '#C02A4D'

red 192 ◦ green 42 ◦ blue 77

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

Shades of Old Rose #C02A4D

Tints of Old Rose #C02A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 61.74%
G = 13.5%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C02A4D (or 0xC02A4D) is known color: Old Rose. HEX triplet: C0, 2A and 4D. RGB value is (192,42,77). Sum of RGB (Red+Green+Blue) = 192+42+77=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A4D is #3FD5B2. Grayscale: #5A5A5A. Windows color (decimal): -4183475 or 5057216. OLE color: 5057216.

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

Color convert

RGB 192 42 77 -
CMYK 0 0.78 0.60 0.25
HSL 346º 0.64% 0.46% -
HSV(B) 346º 0.78% 0.75% -
XYZ 23.91 13.4 8.35 -
YUV 90.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 192 42 77 0 0.78 0.60 0.25 346 0.64 0.46
Hex C0 2A 4D 0 4E 3C 19 15A 40 2E
Octal 300 52 115 0 116 74 31 532 100 56
Binary 11000000 101010 1001101 0 1001110 111100 11001 101011010 1000000 101110

Color Harmonies of #C02A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A4D

Black with #C02A4D

Text Example


Text Example

White with #C02A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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