#CC126A

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

Shades of Ruby #CC126A

Tints of Ruby #CC126A

Color information

#CC126A (or 0xCC126A) is unknown color: approx Ruby. HEX triplet: CC, 12 and 6A. RGB value is (204,18,106). Sum of RGB (Red+Green+Blue) = 204+18+106=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC126A is #33ED95. Grayscale: #535353. Windows color (decimal): -3403158 or 6951628. OLE color: 6951628.

HSL color Cylindrical-coordinate representation of color #CC126A: hue angle of 331.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC126A is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB20418106-
CMYK00.910.480.2
HSL331.61º83.78%43.53%-
HSV(B)331.61º91.18%80%-
XYZ27.7214.3114.94-
YUV83.65140.62213.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.20%
GREEN value IS 18 (7.42% from 255) = 5.49%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=62.20%
G=5.49%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041810600.910.480.2331.6183.7843.53
HexCC126A05B301414c542c
Octal314221520133602451412454
Binary1100110010010110101001011011110000101001010011001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC126A; }

 p { color: rgb(204,18,106); }

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

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

 a { background-color: rgb(204,18,106); }

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

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

 span { border-color: rgb(204,18,106); }

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