#CC196D

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

Shades of Ruby #CC196D

Tints of Ruby #CC196D

Color information

#CC196D (or 0xCC196D) is unknown color: approx Ruby. HEX triplet: CC, 19 and 6D. RGB value is (204,25,109). Sum of RGB (Red+Green+Blue) = 204+25+109=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC196D is #33E692. Grayscale: #575757. Windows color (decimal): -3401363 or 7150028. OLE color: 7150028.

HSL color Cylindrical-coordinate representation of color #CC196D: hue angle of 331.84º degrees, saturation: 0.78, 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 #CC196D is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB20425109-
CMYK00.880.470.2
HSL331.84º78.17%44.9%-
HSV(B)331.84º87.75%80%-
XYZ28.0114.6415.82-
YUV88.1139.8210.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.36%
GREEN value IS 25 (10.16% from 255) = 7.40%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=60.36%
G=7.40%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042510900.880.470.2331.8478.1744.9
HexCC196D0582F1414c4e2d
Octal314311550130572451411655
Binary1100110011001110110101011000101111101001010011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC196D; }

 p { color: rgb(204,25,109); }

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

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

 a { background-color: rgb(204,25,109); }

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

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

 span { border-color: rgb(204,25,109); }

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