#CCC8CB

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

Shades of Twilight #CCC8CB

Tints of Twilight #CCC8CB

Color information

#CCC8CB (or 0xCCC8CB) is unknown color: approx Twilight. HEX triplet: CC, C8 and CB. RGB value is (204,200,203). Sum of RGB (Red+Green+Blue) = 204+200+203=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8CB is #333734. Grayscale: #C9C9C9. Windows color (decimal): -3356469 or 13355212. OLE color: 13355212.

HSL color Cylindrical-coordinate representation of color #CCC8CB: hue angle of 315º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCC8CB is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204200203-
CMYK00.020.000.2
HSL315º3.77%79.22%-
HSV(B)315º1.96%80%-
XYZ56.3458.4664.81-
YUV201.54128.83129.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 200 (78.52% from 255) = 32.95%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=33.61%
G=32.95%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420020300.020.000.23153.7779.22
HexCCC8CB0201413b44f
Octal314310313020244734117
Binary1100110011001000110010110100101001001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8CB; }

 p { color: rgb(204,200,203); }

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

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

 a { background-color: rgb(204,200,203); }

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

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

 span { border-color: rgb(204,200,203); }

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