Html Css Color HEX #CC2066 Ruby

📋 copy color: '#CC2066'

red 204 ◦ green 32 ◦ blue 102

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

Shades of Ruby #CC2066

Tints of Ruby #CC2066

RGB

 RED value IS 204 (80.08% from 255) = 60.36%

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

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

R = 60.36%
G = 9.47%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC2066 (or 0xCC2066) is known color: Ruby. HEX triplet: CC, 20 and 66. RGB value is (204,32,102). Sum of RGB (Red+Green+Blue) = 204+32+102=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2066 is #33DF99. Grayscale: #5B5B5B. Windows color (decimal): -3399578 or 6693068. OLE color: 6693068.

HSL color Cylindrical-coordinate representation of color #CC2066: hue angle of 335.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2066 is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 102 -
CMYK 0 0.84 0.5 0.2
HSL 335.58º 0.73% 0.46% -
HSV(B) 335.58º 0.84% 0.8% -
XYZ 27.82 14.83 13.97 -
YUV 91.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 204 32 102 0 0.84 0.5 0.2 335.58 0.73 0.46
Hex CC 20 66 0 54 32 14 150 49 2E
Octal 314 40 146 0 124 62 24 520 111 56
Binary 11001100 100000 1100110 0 1010100 110010 10100 101010000 1001001 101110

Color Harmonies of #CC2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2066

Black with #CC2066

Text Example


Text Example

White with #CC2066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2066; }

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

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

background-color css

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

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

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

border-color css

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

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

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