#CFC6BA

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

Shades of Stark White #CFC6BA

Tints of Stark White #CFC6BA

Color information

#CFC6BA (or 0xCFC6BA) is unknown color: approx Stark White. HEX triplet: CF, C6 and BA. RGB value is (207,198,186). Sum of RGB (Red+Green+Blue) = 207+198+186=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6BA is #303945. Grayscale: #C7C7C7. Windows color (decimal): -3160390 or 12240591. OLE color: 12240591.

HSL color Cylindrical-coordinate representation of color #CFC6BA: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC6BA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207198186-
CMYK00.040.100.19
HSL34.29º17.95%77.06%-
HSV(B)34.29º10.14%81.18%-
XYZ54.7957.254.61-
YUV199.32120.48133.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=35.03%
G=33.50%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719818600.040.100.1934.2917.9577.06
HexCFC6BA04A1322124d
Octal3173062720412234222115
Binary1100111111000110101110100100101010011100010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6BA; }

 p { color: rgb(207,198,186); }

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

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

 a { background-color: rgb(207,198,186); }

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

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

 span { border-color: rgb(207,198,186); }

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