Html Css Color HEX #C02158 Old Rose

📋 copy color: '#C02158'

red 192 ◦ green 33 ◦ blue 88

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

Shades of Old Rose #C02158

Tints of Old Rose #C02158

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 61.34%
G = 10.54%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C02158 (or 0xC02158) is known color: Old Rose. HEX triplet: C0, 21 and 58. RGB value is (192,33,88). Sum of RGB (Red+Green+Blue) = 192+33+88=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C02158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02158 is #3FDEA7. Grayscale: #565656. Windows color (decimal): -4185768 or 5775808. OLE color: 5775808.

HSL color Cylindrical-coordinate representation of color #C02158: hue angle of 339.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02158 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 88 -
CMYK 0 0.83 0.54 0.25
HSL 339.25º 0.71% 0.44% -
HSV(B) 339.25º 0.83% 0.75% -
XYZ 24.04 13 10.47 -
YUV 86.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 192 33 88 0 0.83 0.54 0.25 339.25 0.71 0.44
Hex C0 21 58 0 53 36 19 153 47 2C
Octal 300 41 130 0 123 66 31 523 107 54
Binary 11000000 100001 1011000 0 1010011 110110 11001 101010011 1000111 101100

Color Harmonies of #C02158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02158

Black with #C02158

Text Example


Text Example

White with #C02158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02158; }

 p { color: rgb(192,33,88); }

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

background-color css

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

 a { background-color: rgb(192,33,88); }

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

border-color css

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

 span { border-color: rgb(192,33,88); }

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