#CFC3BA

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

Shades of Stark White #CFC3BA

Tints of Stark White #CFC3BA

Color information

#CFC3BA (or 0xCFC3BA) is unknown color: approx Stark White. HEX triplet: CF, C3 and BA. RGB value is (207,195,186). Sum of RGB (Red+Green+Blue) = 207+195+186=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3BA is #303C45. Grayscale: #C5C5C5. Windows color (decimal): -3161158 or 12239823. OLE color: 12239823.

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

Color convert

RGB207195186-
CMYK00.060.100.19
HSL25.71º17.95%77.06%-
HSV(B)25.71º10.14%81.18%-
XYZ54.1155.8454.38-
YUV197.56121.48134.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=35.20%
G=33.16%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719518600.060.100.1925.7117.9577.06
HexCFC3BA06A131a124d
Octal3173032720612233222115
Binary110011111100001110111010011010101001111010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3BA; }

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

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

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

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

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

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

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

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