#CCB9C1

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

Shades of Twilight #CCB9C1

Tints of Twilight #CCB9C1

Color information

#CCB9C1 (or 0xCCB9C1) is unknown color: approx Twilight. HEX triplet: CC, B9 and C1. RGB value is (204,185,193). Sum of RGB (Red+Green+Blue) = 204+185+193=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9C1 is #33463E. Grayscale: #BFBFBF. Windows color (decimal): -3360319 or 12696012. OLE color: 12696012.

HSL color Cylindrical-coordinate representation of color #CCB9C1: hue angle of 334.74º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCB9C1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB204185193-
CMYK00.090.050.2
HSL334.74º15.7%76.27%-
HSV(B)334.74º9.31%80%-
XYZ51.8851.3957.64-
YUV191.59128.79136.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=35.05%
G=31.79%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418519300.090.050.2334.7415.776.27
HexCCB9C10951414f104c
Octal31427130101152451720114
Binary1100110010111001110000010100110110100101001111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9C1; }

 p { color: rgb(204,185,193); }

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

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

 a { background-color: rgb(204,185,193); }

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

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

 span { border-color: rgb(204,185,193); }

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