#CFC0B1

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

Shades of Stark White #CFC0B1

Tints of Stark White #CFC0B1

Color information

#CFC0B1 (or 0xCFC0B1) is unknown color: approx Stark White. HEX triplet: CF, C0 and B1. RGB value is (207,192,177). Sum of RGB (Red+Green+Blue) = 207+192+177=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC0B1 is #303F4E. Grayscale: #C2C2C2. Windows color (decimal): -3161935 or 11649231. OLE color: 11649231.

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

Color convert

RGB207192177-
CMYK00.070.140.19
HSL30º23.81%75.29%-
HSV(B)30º14.49%81.18%-
XYZ52.5254.1449.28-
YUV194.77117.97136.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 192 (75.39% from 255) = 33.33%
BLUE value IS 177 (69.53% from 255) = 30.73%
R=35.94%
G=33.33%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719217700.070.140.193023.8175.29
HexCFC0B107E131e184b
Octal3173002610716233630113
Binary110011111100000010110001011111101001111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC0B1; }

 p { color: rgb(207,192,177); }

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

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

 a { background-color: rgb(207,192,177); }

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

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

 span { border-color: rgb(207,192,177); }

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