Html Css Color HEX #CEC8C5 Swiss Coffee

📋 copy color: '#CEC8C5'

red 206 ◦ green 200 ◦ blue 197

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

Shades of Swiss Coffee #CEC8C5

Tints of Swiss Coffee #CEC8C5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.17%

 BLUE value IS 197 (77.34% from 255) = 32.67%

R = 34.16%
G = 33.17%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEC8C5 (or 0xCEC8C5) is known color: Swiss Coffee. HEX triplet: CE, C8 and C5. RGB value is (206,200,197). Sum of RGB (Red+Green+Blue) = 206+200+197=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8C5 is #31373A. Grayscale: #C9C9C9. Windows color (decimal): -3225403 or 12961998. OLE color: 12961998.

HSL color Cylindrical-coordinate representation of color #CEC8C5: hue angle of 20º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC8C5 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 200 197 -
CMYK 0 0.03 0.04 0.19
HSL 20º 0.08% 0.79% -
HSV(B) 20º 0.04% 0.81% -
XYZ 56.19 58.46 61.15 -
YUV 201.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 206 200 197 0 0.03 0.04 0.19 20 0.08 0.79
Hex CE C8 C5 0 3 4 13 14 8 4F
Octal 316 310 305 0 3 4 23 24 10 117
Binary 11001110 11001000 11000101 0 11 100 10011 10100 1000 1001111

Color Harmonies of #CEC8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8C5

Black with #CEC8C5

Text Example


Text Example

White with #CEC8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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