#CCC5C7

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

Shades of Twilight #CCC5C7

Tints of Twilight #CCC5C7

Color information

#CCC5C7 (or 0xCCC5C7) is unknown color: approx Twilight. HEX triplet: CC, C5 and C7. RGB value is (204,197,199). Sum of RGB (Red+Green+Blue) = 204+197+199=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5C7 is #333A38. Grayscale: #C7C7C7. Windows color (decimal): -3357241 or 13092300. OLE color: 13092300.

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

Color convert

RGB204197199-
CMYK00.030.020.2
HSL342.86º6.42%78.63%-
HSV(B)342.86º3.43%80%-
XYZ55.1856.8962.11-
YUV199.32127.82131.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=34%
G=32.83%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419719900.030.020.2342.866.4278.63
HexCCC5C70321415764f
Octal314305307032245276117
Binary11001100110001011100011101110101001010101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5C7; }

 p { color: rgb(204,197,199); }

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

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

 a { background-color: rgb(204,197,199); }

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

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

 span { border-color: rgb(204,197,199); }

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