#CFC3B6

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

Shades of Stark White #CFC3B6

Tints of Stark White #CFC3B6

Color information

#CFC3B6 (or 0xCFC3B6) is unknown color: approx Stark White. HEX triplet: CF, C3 and B6. RGB value is (207,195,182). Sum of RGB (Red+Green+Blue) = 207+195+182=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3B6 is #303C49. Grayscale: #C5C5C5. Windows color (decimal): -3161162 or 11977679. OLE color: 11977679.

HSL color Cylindrical-coordinate representation of color #CFC3B6: hue angle of 31.2º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFC3B6 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207195182-
CMYK00.060.120.19
HSL31.2º20.66%76.27%-
HSV(B)31.2º12.08%81.18%-
XYZ53.6955.6752.17-
YUV197.11119.48135.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 182 (71.48% from 255) = 31.16%
R=35.45%
G=33.39%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719518200.060.120.1931.220.6676.27
HexCFC3B606C131f154c
Octal3173032660614233725114
Binary110011111100001110110110011011001001111111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3B6; }

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

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

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

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

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

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

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

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