#CFBFB0

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

Shades of Stark White #CFBFB0

Tints of Stark White #CFBFB0

Color information

#CFBFB0 (or 0xCFBFB0) is unknown color: approx Stark White. HEX triplet: CF, BF and B0. RGB value is (207,191,176). Sum of RGB (Red+Green+Blue) = 207+191+176=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFB0 is #30404F. Grayscale: #C2C2C2. Windows color (decimal): -3162192 or 11583439. OLE color: 11583439.

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

Color convert

RGB207191176-
CMYK00.080.150.19
HSL29.03º24.41%75.1%-
HSV(B)29.03º14.98%81.18%-
XYZ52.253.6648.68-
YUV194.07117.8137.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 176 (69.14% from 255) = 30.66%
R=36.06%
G=33.28%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719117600.080.150.1929.0324.4175.1
HexCFBFB008F131d184b
Octal31727726001017233530113
Binary1100111110111111101100000100011111001111101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFB0; }

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

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

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

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

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

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

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

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