#CCC9CB

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

Shades of Twilight #CCC9CB

Tints of Twilight #CCC9CB

Color information

#CCC9CB (or 0xCCC9CB) is unknown color: approx Twilight. HEX triplet: CC, C9 and CB. RGB value is (204,201,203). Sum of RGB (Red+Green+Blue) = 204+201+203=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CB is #333634. Grayscale: #CACACA. Windows color (decimal): -3356213 or 13355468. OLE color: 13355468.

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

Color convert

RGB204201203-
CMYK00.010.000.2
HSL320º2.86%79.41%-
HSV(B)320º1.47%80%-
XYZ56.5758.9264.89-
YUV202.12128.49129.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 201 (78.91% from 255) = 33.06%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=33.55%
G=33.06%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420120300.010.000.23202.8679.41
HexCCC9CB0101414034f
Octal314311313010245003117
Binary11001100110010011100101101010100101000000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9CB; }

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

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

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

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

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

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

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

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