#CFBFC9

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

Shades of Twilight #CFBFC9

Tints of Twilight #CFBFC9

Color information

#CFBFC9 (or 0xCFBFC9) is unknown color: approx Twilight. HEX triplet: CF, BF and C9. RGB value is (207,191,201). Sum of RGB (Red+Green+Blue) = 207+191+201=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFC9 is #304036. Grayscale: #C4C4C4. Windows color (decimal): -3162167 or 13221839. OLE color: 13221839.

HSL color Cylindrical-coordinate representation of color #CFBFC9: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBFC9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207191201-
CMYK00.080.030.19
HSL322.5º14.29%78.04%-
HSV(B)322.5º7.73%81.18%-
XYZ54.9154.7462.93-
YUV196.92130.3135.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 201 (78.91% from 255) = 33.56%
R=34.56%
G=31.89%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719120100.080.030.19322.514.2978.04
HexCFBFC908313142e4e
Octal31727731101032350216116
Binary11001111101111111100100101000111001110100001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFC9; }

 p { color: rgb(207,191,201); }

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

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

 a { background-color: rgb(207,191,201); }

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

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

 span { border-color: rgb(207,191,201); }

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