#C6206A

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

Shades of Ruby #C6206A

Tints of Ruby #C6206A

Color information

#C6206A (or 0xC6206A) is unknown color: approx Ruby. HEX triplet: C6, 20 and 6A. RGB value is (198,32,106). Sum of RGB (Red+Green+Blue) = 198+32+106=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C6206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6206A is #39DF95. Grayscale: #595959. Windows color (decimal): -3792790 or 6955206. OLE color: 6955206.

HSL color Cylindrical-coordinate representation of color #C6206A: hue angle of 333.25º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6206A is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19832106-
CMYK00.840.460.22
HSL333.25º72.17%45.1%-
HSV(B)333.25º83.84%77.65%-
XYZ26.4114.0814.96-
YUV90.07137204.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 32 (12.89% from 255) = 9.52%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=58.93%
G=9.52%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983210600.840.460.22333.2572.1745.1
HexC6206A0542E1614d482d
Octal306401520124562651511055
Binary11000110100000110101001010100101110101101010011011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6206A; }

 p { color: rgb(198,32,106); }

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

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

 a { background-color: rgb(198,32,106); }

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

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

 span { border-color: rgb(198,32,106); }

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