#CFC1B0

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

Shades of Stark White #CFC1B0

Tints of Stark White #CFC1B0

Color information

#CFC1B0 (or 0xCFC1B0) is unknown color: approx Stark White. HEX triplet: CF, C1 and B0. RGB value is (207,193,176). Sum of RGB (Red+Green+Blue) = 207+193+176=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC1B0 is #303E4F. Grayscale: #C3C3C3. Windows color (decimal): -3161680 or 11583951. OLE color: 11583951.

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

Color convert

RGB207193176-
CMYK00.070.150.19
HSL32.9º24.41%75.1%-
HSV(B)32.9º14.98%81.18%-
XYZ52.6454.5448.83-
YUV195.25117.14136.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 193 (75.78% from 255) = 33.51%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=35.94%
G=33.51%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719317600.070.150.1932.924.4175.1
HexCFC1B007F1321184b
Octal3173012600717234130113
Binary1100111111000001101100000111111110011100001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1B0; }

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

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

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

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

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

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

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

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