Html Css Color HEX #C02058 Old Rose

📋 copy color: '#C02058'

red 192 ◦ green 32 ◦ blue 88

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

Shades of Old Rose #C02058

Tints of Old Rose #C02058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

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

R = 61.54%
G = 10.26%
B = 28.21%

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

#C02058 (or 0xC02058) is known color: Old Rose. HEX triplet: C0, 20 and 58. RGB value is (192,32,88). Sum of RGB (Red+Green+Blue) = 192+32+88=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C02058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02058 is #3FDFA7. Grayscale: #565656. Windows color (decimal): -4186024 or 5775552. OLE color: 5775552.

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

Color convert

RGB 192 32 88 -
CMYK 0 0.83 0.54 0.25
HSL 339º 0.71% 0.44% -
HSV(B) 339º 0.83% 0.75% -
XYZ 24.02 12.94 10.47 -
YUV 86.22 129.01 203.45 -
System Red Green Blue C M Y K H S L
Decimal 192 32 88 0 0.83 0.54 0.25 339 0.71 0.44
Hex C0 20 58 0 53 36 19 153 47 2C
Octal 300 40 130 0 123 66 31 523 107 54
Binary 11000000 100000 1011000 0 1010011 110110 11001 101010011 1000111 101100

Color Harmonies of #C02058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02058

Black with #C02058

Text Example


Text Example

White with #C02058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02058; }

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

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

background-color css

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

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

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

border-color css

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

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

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