Html Css Color HEX #CEC5B9 Stark White

📋 copy color: '#CEC5B9'

red 206 ◦ green 197 ◦ blue 185

#CEC5B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stark White #CEC5B9

Tints of Stark White #CEC5B9

RGB

 RED value IS 206 (80.86% from 255) = 35.03%

 GREEN value IS 197 (77.34% from 255) = 33.5%

 BLUE value IS 185 (72.66% from 255) = 31.46%

R = 35.03%
G = 33.5%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEC5B9 (or 0xCEC5B9) is known color: Stark White. HEX triplet: CE, C5 and B9. RGB value is (206,197,185). Sum of RGB (Red+Green+Blue) = 206+197+185=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5B9 is #313A46. Grayscale: #C6C6C6. Windows color (decimal): -3226183 or 12174798. OLE color: 12174798.

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

Color convert

RGB 206 197 185 -
CMYK 0 0.04 0.10 0.19
HSL 34.29º 0.18% 0.77% -
HSV(B) 34.29º 0.1% 0.81% -
XYZ 54.18 56.56 53.96 -
YUV 198.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 206 197 185 0 0.04 0.10 0.19 34.29 0.18 0.77
Hex CE C5 B9 0 4 A 13 22 12 4D
Octal 316 305 271 0 4 12 23 42 22 115
Binary 11001110 11000101 10111001 0 100 1010 10011 100010 10010 1001101

Color Harmonies of #CEC5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC5B9

Black with #CEC5B9

Text Example


Text Example

White with #CEC5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC5B9; }

 p { color: rgb(206,197,185); }

 H1.HeaderClassName
 {
   color: #CEC5B9;
 }
 .AnyTagClassName
 {
   color: #CEC5B9;
 }
</style>

background-color css

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

 a { background-color: rgb(206,197,185); }

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

border-color css

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

 span { border-color: rgb(206,197,185); }

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