#CFBAC5

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

Shades of Twilight #CFBAC5

Tints of Twilight #CFBAC5

Color information

#CFBAC5 (or 0xCFBAC5) is unknown color: approx Twilight. HEX triplet: CF, BA and C5. RGB value is (207,186,197). Sum of RGB (Red+Green+Blue) = 207+186+197=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAC5 is #30453A. Grayscale: #C1C1C1. Windows color (decimal): -3163451 or 12958415. OLE color: 12958415.

HSL color Cylindrical-coordinate representation of color #CFBAC5: hue angle of 328.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBAC5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207186197-
CMYK00.100.050.19
HSL328.57º17.95%77.06%-
HSV(B)328.57º10.14%81.18%-
XYZ53.3752.4160.13-
YUV193.53129.96137.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=35.08%
G=31.53%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718619700.100.050.19328.5717.9577.06
HexCFBAC50A513149124d
Octal31727230501252351122115
Binary1100111110111010110001010101010110011101001001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAC5; }

 p { color: rgb(207,186,197); }

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

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

 a { background-color: rgb(207,186,197); }

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

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

 span { border-color: rgb(207,186,197); }

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