#CC929E

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

Shades of Viola #CC929E

Tints of Viola #CC929E

Color information

#CC929E (or 0xCC929E) is unknown color: approx Viola. HEX triplet: CC, 92 and 9E. RGB value is (204,146,158). Sum of RGB (Red+Green+Blue) = 204+146+158=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC929E is #336D61. Grayscale: #A4A4A4. Windows color (decimal): -3370338 or 10392268. OLE color: 10392268.

HSL color Cylindrical-coordinate representation of color #CC929E: hue angle of 347.59º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC929E is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204146158-
CMYK00.280.230.2
HSL347.59º36.25%68.63%-
HSV(B)347.59º28.43%80%-
XYZ41.3535.8637.09-
YUV164.71124.22156.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=40.16%
G=28.74%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414615800.280.230.2347.5936.2568.63
HexCC929E01C171415c2445
Octal314222236034272453444105
Binary11001100100100101001111001110010111101001010111001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC929E; }

 p { color: rgb(204,146,158); }

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

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

 a { background-color: rgb(204,146,158); }

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

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

 span { border-color: rgb(204,146,158); }

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