Html Css Color HEX #C02566 Old Rose

📋 copy color: '#C02566'

red 192 ◦ green 37 ◦ blue 102

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

Shades of Old Rose #C02566

Tints of Old Rose #C02566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 58.01%
G = 11.18%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C02566 (or 0xC02566) is known color: Old Rose. HEX triplet: C0, 25 and 66. RGB value is (192,37,102). Sum of RGB (Red+Green+Blue) = 192+37+102=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C02566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02566 is #3FDA99. Grayscale: #5A5A5A. Windows color (decimal): -4184730 or 6694336. OLE color: 6694336.

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

Color convert

RGB 192 37 102 -
CMYK 0 0.81 0.47 0.25
HSL 334.84º 0.68% 0.45% -
HSV(B) 334.84º 0.81% 0.75% -
XYZ 24.8 13.49 13.87 -
YUV 90.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 192 37 102 0 0.81 0.47 0.25 334.84 0.68 0.45
Hex C0 25 66 0 51 2F 19 14F 44 2D
Octal 300 45 146 0 121 57 31 517 104 55
Binary 11000000 100101 1100110 0 1010001 101111 11001 101001111 1000100 101101

Color Harmonies of #C02566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02566

Black with #C02566

Text Example


Text Example

White with #C02566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02566; }

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

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

background-color css

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

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

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

border-color css

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

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

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