#CC175A

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

Shades of Ruby #CC175A

Tints of Ruby #CC175A

Color information

#CC175A (or 0xCC175A) is unknown color: approx Ruby. HEX triplet: CC, 17 and 5A. RGB value is (204,23,90). Sum of RGB (Red+Green+Blue) = 204+23+90=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC175A is #33E8A5. Grayscale: #545454. Windows color (decimal): -3401894 or 5904332. OLE color: 5904332.

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

Color convert

RGB2042390-
CMYK00.890.560.2
HSL337.79º79.74%44.51%-
HSV(B)337.79º88.73%80%-
XYZ27.0514.1910.99-
YUV84.76130.97213.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.35%
GREEN value IS 23 (9.38% from 255) = 7.26%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=64.35%
G=7.26%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204239000.890.560.2337.7979.7444.51
HexCC175A0593814152502d
Octal314271320131702452212055
Binary1100110010111101101001011001111000101001010100101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC175A; }

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

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

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

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

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

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

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

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