Html Css Color HEX #CBC9C8 Swiss Coffee

📋 copy color: '#CBC9C8'

red 203 ◦ green 201 ◦ blue 200

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

Shades of Swiss Coffee #CBC9C8

Tints of Swiss Coffee #CBC9C8

RGB

 RED value IS 203 (79.69% from 255) = 33.61%

 GREEN value IS 201 (78.91% from 255) = 33.28%

 BLUE value IS 200 (78.52% from 255) = 33.11%

R = 33.61%
G = 33.28%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBC9C8 (or 0xCBC9C8) is known color: Swiss Coffee. HEX triplet: CB, C9 and C8. RGB value is (203,201,200). Sum of RGB (Red+Green+Blue) = 203+201+200=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9C8 is #343637. Grayscale: #C9C9C9. Windows color (decimal): -3421752 or 13158859. OLE color: 13158859.

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

Color convert

RGB 203 201 200 -
CMYK 0 0.01 0.01 0.20
HSL 20º 0.03% 0.79% -
HSV(B) 20º 0.01% 0.8% -
XYZ 55.94 58.64 63.01 -
YUV 201.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 203 201 200 0 0.01 0.01 0.20 20 0.03 0.79
Hex CB C9 C8 0 1 1 14 14 3 4F
Octal 313 311 310 0 1 1 24 24 3 117
Binary 11001011 11001001 11001000 0 1 1 10100 10100 11 1001111

Color Harmonies of #CBC9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9C8

Black with #CBC9C8

Text Example


Text Example

White with #CBC9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9C8; }

 p { color: rgb(203,201,200); }

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

background-color css

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

 a { background-color: rgb(203,201,200); }

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

border-color css

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

 span { border-color: rgb(203,201,200); }

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