Html Css Color HEX #C02E48 Old Rose

📋 copy color: '#C02E48'

red 192 ◦ green 46 ◦ blue 72

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

Shades of Old Rose #C02E48

Tints of Old Rose #C02E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 61.94%
G = 14.84%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02E48 (or 0xC02E48) is known color: Old Rose. HEX triplet: C0, 2E and 48. RGB value is (192,46,72). Sum of RGB (Red+Green+Blue) = 192+46+72=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E48 is #3FD1B7. Grayscale: #5C5C5C. Windows color (decimal): -4182456 or 4730560. OLE color: 4730560.

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

Color convert

RGB 192 46 72 -
CMYK 0 0.76 0.63 0.25
HSL 349.32º 0.61% 0.47% -
HSV(B) 349.32º 0.76% 0.75% -
XYZ 23.88 13.63 7.5 -
YUV 92.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 192 46 72 0 0.76 0.63 0.25 349.32 0.61 0.47
Hex C0 2E 48 0 4C 3F 19 15D 3D 2F
Octal 300 56 110 0 114 77 31 535 75 57
Binary 11000000 101110 1001000 0 1001100 111111 11001 101011101 111101 101111

Color Harmonies of #C02E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E48

Black with #C02E48

Text Example


Text Example

White with #C02E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E48; }

 p { color: rgb(192,46,72); }

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

background-color css

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

 a { background-color: rgb(192,46,72); }

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

border-color css

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

 span { border-color: rgb(192,46,72); }

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