#CC0366

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

Shades of Ruby #CC0366

Tints of Ruby #CC0366

Color information

#CC0366 (or 0xCC0366) is unknown color: approx Ruby. HEX triplet: CC, 03 and 66. RGB value is (204,3,102). Sum of RGB (Red+Green+Blue) = 204+3+102=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0366 is #33FC99. Grayscale: #4A4A4A. Windows color (decimal): -3407002 or 6685644. OLE color: 6685644.

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

Color convert

RGB2043102-
CMYK00.990.50.2
HSL330.45º97.1%40.59%-
HSV(B)330.45º98.53%80%-
XYZ27.3313.8613.81-
YUV74.38143.59220.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.02%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=66.02%
G=0.97%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204310200.990.50.2330.4597.140.59
HexCC366063321414a6129
Octal31431460143622451214151
Binary1100110011110011001100011110010101001010010101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0366; }

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

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

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

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

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

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

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

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