#CC066B

Color #CC066B Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #CC066B

Tints of Ruby #CC066B

Color information

#CC066B (or 0xCC066B) is unknown color: approx Ruby. HEX triplet: CC, 06 and 6B. RGB value is (204,6,107). Sum of RGB (Red+Green+Blue) = 204+6+107=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC066B is #33F994. Grayscale: #4C4C4C. Windows color (decimal): -3406229 or 7014092. OLE color: 7014092.

HSL color Cylindrical-coordinate representation of color #CC066B: hue angle of 329.39º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC066B is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB2046107-
CMYK00.970.480.2
HSL329.39º94.29%41.18%-
HSV(B)329.39º97.06%80%-
XYZ27.6214.0315.16-
YUV76.72145.1218.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.35%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=64.35%
G=1.89%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204610700.970.480.2329.3994.2941.18
HexCC66B06130141495e29
Octal31461530141602451113651
Binary11001100110110101101100001110000101001010010011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC066B; }

 p { color: rgb(204,6,107); }

 H1.HeaderClassName
 {
   color: #CC066B;
 }
 .AnyTagClassName
 {
   color: #CC066B;
 }
</style>
background-color css

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

 a { background-color: rgb(204,6,107); }

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

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

 span { border-color: rgb(204,6,107); }

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