#CC0369

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

Shades of Ruby #CC0369

Tints of Ruby #CC0369

Color information

#CC0369 (or 0xCC0369) is unknown color: approx Ruby. HEX triplet: CC, 03 and 69. RGB value is (204,3,105). Sum of RGB (Red+Green+Blue) = 204+3+105=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0369 is #33FC96. Grayscale: #4A4A4A. Windows color (decimal): -3406999 or 6882252. OLE color: 6882252.

HSL color Cylindrical-coordinate representation of color #CC0369: hue angle of 329.55º 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 #CC0369 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB2043105-
CMYK00.990.490.2
HSL329.55º97.1%40.59%-
HSV(B)329.55º98.53%80%-
XYZ27.4813.9214.6-
YUV74.73145.09220.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.38%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=65.38%
G=0.96%
B=33.65%

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
Decimal204310500.990.490.2329.5597.140.59
HexCC369063311414a6129
Octal31431510143612451214151
Binary1100110011110100101100011110001101001010010101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0369; }

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

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

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

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

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

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

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

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