#CC1168

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

Shades of Ruby #CC1168

Tints of Ruby #CC1168

Color information

#CC1168 (or 0xCC1168) is unknown color: approx Ruby. HEX triplet: CC, 11 and 68. RGB value is (204,17,104). Sum of RGB (Red+Green+Blue) = 204+17+104=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1168 is #33EE97. Grayscale: #525252. Windows color (decimal): -3403416 or 6820300. OLE color: 6820300.

HSL color Cylindrical-coordinate representation of color #CC1168: hue angle of 332.09º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1168 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB20417104-
CMYK00.920.490.2
HSL332.09º84.62%43.33%-
HSV(B)332.09º91.67%80%-
XYZ27.614.2414.39-
YUV82.83139.95214.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.77%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 104 (41.02% from 255) = 32%
R=62.77%
G=5.23%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041710400.920.490.2332.0984.6243.33
HexCC116805C311414c552b
Octal314211500134612451412553
Binary1100110010001110100001011100110001101001010011001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1168; }

 p { color: rgb(204,17,104); }

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

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

 a { background-color: rgb(204,17,104); }

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

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

 span { border-color: rgb(204,17,104); }

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