Html Css Color HEX #C02066 Old Rose

📋 copy color: '#C02066'

red 192 ◦ green 32 ◦ blue 102

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

Shades of Old Rose #C02066

Tints of Old Rose #C02066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 58.9%
G = 9.82%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C02066 (or 0xC02066) is known color: Old Rose. HEX triplet: C0, 20 and 66. RGB value is (192,32,102). Sum of RGB (Red+Green+Blue) = 192+32+102=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C02066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02066 is #3FDF99. Grayscale: #575757. Windows color (decimal): -4186010 or 6693056. OLE color: 6693056.

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

Color convert

RGB 192 32 102 -
CMYK 0 0.83 0.47 0.25
HSL 333.75º 0.71% 0.44% -
HSV(B) 333.75º 0.83% 0.75% -
XYZ 24.65 13.2 13.82 -
YUV 87.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 192 32 102 0 0.83 0.47 0.25 333.75 0.71 0.44
Hex C0 20 66 0 53 2F 19 14E 47 2C
Octal 300 40 146 0 123 57 31 516 107 54
Binary 11000000 100000 1100110 0 1010011 101111 11001 101001110 1000111 101100

Color Harmonies of #C02066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02066

Black with #C02066

Text Example


Text Example

White with #C02066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02066; }

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

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

background-color css

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

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

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

border-color css

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

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

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