#CCBAC2

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

Shades of Twilight #CCBAC2

Tints of Twilight #CCBAC2

Color information

#CCBAC2 (or 0xCCBAC2) is unknown color: approx Twilight. HEX triplet: CC, BA and C2. RGB value is (204,186,194). Sum of RGB (Red+Green+Blue) = 204+186+194=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC2 is #33453D. Grayscale: #C0C0C0. Windows color (decimal): -3360062 or 12761804. OLE color: 12761804.

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

Color convert

RGB204186194-
CMYK00.090.050.2
HSL333.33º15%76.47%-
HSV(B)333.33º8.82%80%-
XYZ52.251.8558.3-
YUV192.29128.96136.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 194 (76.17% from 255) = 33.22%
R=34.93%
G=31.85%
B=33.22%

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
Decimal20418619400.090.050.2333.331576.47
HexCCBAC20951414df4c
Octal31427230201152451517114
Binary110011001011101011000010010011011010010100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAC2; }

 p { color: rgb(204,186,194); }

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

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

 a { background-color: rgb(204,186,194); }

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

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

 span { border-color: rgb(204,186,194); }

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