#CCC7CA

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

Shades of Twilight #CCC7CA

Tints of Twilight #CCC7CA

Color information

#CCC7CA (or 0xCCC7CA) is unknown color: approx Twilight. HEX triplet: CC, C7 and CA. RGB value is (204,199,202). Sum of RGB (Red+Green+Blue) = 204+199+202=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7CA is #333835. Grayscale: #C8C8C8. Windows color (decimal): -3356726 or 13289420. OLE color: 13289420.

HSL color Cylindrical-coordinate representation of color #CCC7CA: hue angle of 324º degrees, saturation: 0.05, 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 #CCC7CA is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204199202-
CMYK00.020.010.2
HSL324º4.67%79.02%-
HSV(B)324º2.45%80%-
XYZ55.9957.9564.11-
YUV200.84128.66130.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=33.72%
G=32.89%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419920200.020.010.23244.6779.02
HexCCC7CA0211414454f
Octal314307312021245045117
Binary1100110011000111110010100101101001010001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7CA; }

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

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

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

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

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

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

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

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