#CC175C

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

Shades of Ruby #CC175C

Tints of Ruby #CC175C

Color information

#CC175C (or 0xCC175C) is unknown color: approx Ruby. HEX triplet: CC, 17 and 5C. RGB value is (204,23,92). Sum of RGB (Red+Green+Blue) = 204+23+92=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC175C is #33E8A3. Grayscale: #545454. Windows color (decimal): -3401892 or 6035404. OLE color: 6035404.

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

Color convert

RGB2042392-
CMYK00.890.550.2
HSL337.13º79.74%44.51%-
HSV(B)337.13º88.73%80%-
XYZ27.1414.2211.44-
YUV84.98131.97212.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.95%
GREEN value IS 23 (9.38% from 255) = 7.21%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=63.95%
G=7.21%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204239200.890.550.2337.1379.7444.51
HexCC175C0593714151502d
Octal314271340131672452112055
Binary1100110010111101110001011001110111101001010100011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC175C; }

 p { color: rgb(204,23,92); }

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

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

 a { background-color: rgb(204,23,92); }

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

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

 span { border-color: rgb(204,23,92); }

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