#CFBFC7

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

Shades of Twilight #CFBFC7

Tints of Twilight #CFBFC7

Color information

#CFBFC7 (or 0xCFBFC7) is unknown color: approx Twilight. HEX triplet: CF, BF and C7. RGB value is (207,191,199). Sum of RGB (Red+Green+Blue) = 207+191+199=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFC7 is #304038. Grayscale: #C4C4C4. Windows color (decimal): -3162169 or 13090767. OLE color: 13090767.

HSL color Cylindrical-coordinate representation of color #CFBFC7: hue angle of 330º 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 #CFBFC7 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207191199-
CMYK00.080.040.19
HSL330º14.29%78.04%-
HSV(B)330º7.73%81.18%-
XYZ54.6754.6561.7-
YUV196.7129.3135.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 199 (78.12% from 255) = 33.33%
R=34.67%
G=31.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719119900.080.040.1933014.2978.04
HexCFBFC70841314ae4e
Octal31727730701042351216116
Binary110011111011111111000111010001001001110100101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFC7; }

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

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

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

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

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

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

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

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