#CC1858

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

Shades of Ruby #CC1858

Tints of Ruby #CC1858

Color information

#CC1858 (or 0xCC1858) is unknown color: approx Ruby. HEX triplet: CC, 18 and 58. RGB value is (204,24,88). Sum of RGB (Red+Green+Blue) = 204+24+88=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1858 is #33E7A7. Grayscale: #555555. Windows color (decimal): -3401640 or 5773516. OLE color: 5773516.

HSL color Cylindrical-coordinate representation of color #CC1858: hue angle of 338.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1858 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB2042488-
CMYK00.880.570.2
HSL338.67º78.95%44.71%-
HSV(B)338.67º88.24%80%-
XYZ26.9914.210.55-
YUV85.12129.63212.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.56%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=64.56%
G=7.59%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204248800.880.570.2338.6778.9544.71
HexCC185805839141534f2d
Octal314301300130712452311755
Binary1100110011000101100001011000111001101001010100111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1858; }

 p { color: rgb(204,24,88); }

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

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

 a { background-color: rgb(204,24,88); }

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

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

 span { border-color: rgb(204,24,88); }

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