#CCBAC1

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

Shades of Twilight #CCBAC1

Tints of Twilight #CCBAC1

Color information

#CCBAC1 (or 0xCCBAC1) is unknown color: approx Twilight. HEX triplet: CC, BA and C1. RGB value is (204,186,193). Sum of RGB (Red+Green+Blue) = 204+186+193=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC1 is #33453E. Grayscale: #C0C0C0. Windows color (decimal): -3360063 or 12696268. OLE color: 12696268.

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

Color convert

RGB204186193-
CMYK00.090.050.2
HSL336.67º15%76.47%-
HSV(B)336.67º8.82%80%-
XYZ52.0951.8157.71-
YUV192.18128.46136.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=34.99%
G=31.90%
B=33.10%

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
Decimal20418619300.090.050.2336.671576.47
HexCCBAC109514151f4c
Octal31427230101152452117114
Binary110011001011101011000001010011011010010101000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAC1; }

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

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

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

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

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

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

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

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