Html Css Color HEX #C02D4D Old Rose

📋 copy color: '#C02D4D'

red 192 ◦ green 45 ◦ blue 77

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

Shades of Old Rose #C02D4D

Tints of Old Rose #C02D4D

RGB

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

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

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

R = 61.15%
G = 14.33%
B = 24.52%

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

#C02D4D (or 0xC02D4D) is known color: Old Rose. HEX triplet: C0, 2D and 4D. RGB value is (192,45,77). Sum of RGB (Red+Green+Blue) = 192+45+77=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D4D is #3FD2B2. Grayscale: #5C5C5C. Windows color (decimal): -4182707 or 5057984. OLE color: 5057984.

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

Color convert

RGB 192 45 77 -
CMYK 0 0.77 0.60 0.25
HSL 346.94º 0.62% 0.46% -
HSV(B) 346.94º 0.77% 0.75% -
XYZ 24.02 13.62 8.38 -
YUV 92.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 192 45 77 0 0.77 0.60 0.25 346.94 0.62 0.46
Hex C0 2D 4D 0 4D 3C 19 15B 3E 2E
Octal 300 55 115 0 115 74 31 533 76 56
Binary 11000000 101101 1001101 0 1001101 111100 11001 101011011 111110 101110

Color Harmonies of #C02D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D4D

Black with #C02D4D

Text Example


Text Example

White with #C02D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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