Html Css Color HEX #C02D4C Old Rose

📋 copy color: '#C02D4C'

red 192 ◦ green 45 ◦ blue 76

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

Shades of Old Rose #C02D4C

Tints of Old Rose #C02D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 61.34%
G = 14.38%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C02D4C (or 0xC02D4C) is known color: Old Rose. HEX triplet: C0, 2D and 4C. RGB value is (192,45,76). Sum of RGB (Red+Green+Blue) = 192+45+76=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D4C is #3FD2B3. Grayscale: #5C5C5C. Windows color (decimal): -4182708 or 4992448. OLE color: 4992448.

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

Color convert

RGB 192 45 76 -
CMYK 0 0.77 0.60 0.25
HSL 347.35º 0.62% 0.46% -
HSV(B) 347.35º 0.77% 0.75% -
XYZ 23.98 13.61 8.2 -
YUV 92.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 192 45 76 0 0.77 0.60 0.25 347.35 0.62 0.46
Hex C0 2D 4C 0 4D 3C 19 15B 3E 2E
Octal 300 55 114 0 115 74 31 533 76 56
Binary 11000000 101101 1001100 0 1001101 111100 11001 101011011 111110 101110

Color Harmonies of #C02D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D4C

Black with #C02D4C

Text Example


Text Example

White with #C02D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D4C; }

 p { color: rgb(192,45,76); }

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

background-color css

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

 a { background-color: rgb(192,45,76); }

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

border-color css

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

 span { border-color: rgb(192,45,76); }

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