#CC0268

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

Shades of Ruby #CC0268

Tints of Ruby #CC0268

Color information

#CC0268 (or 0xCC0268) is unknown color: approx Ruby. HEX triplet: CC, 02 and 68. RGB value is (204,2,104). Sum of RGB (Red+Green+Blue) = 204+2+104=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0268 is #33FD97. Grayscale: #494949. Windows color (decimal): -3407256 or 6816460. OLE color: 6816460.

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

Color convert

RGB2042104-
CMYK00.990.490.2
HSL329.7º98.06%40.39%-
HSV(B)329.7º99.02%80%-
XYZ27.4213.8814.33-
YUV74.03144.92220.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.81%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=65.81%
G=0.65%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204210400.990.490.2329.798.0640.39
HexCC268063311414a6228
Octal31421500143612451214250
Binary1100110010110100001100011110001101001010010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0268; }

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

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

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

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

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

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

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

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