Html Css Color HEX #C9B995 Sisal

📋 copy color: '#C9B995'

red 201 ◦ green 185 ◦ blue 149

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

Shades of Sisal #C9B995

Tints of Sisal #C9B995

RGB

 RED value IS 201 (78.91% from 255) = 37.57%

 GREEN value IS 185 (72.66% from 255) = 34.58%

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 37.57%
G = 34.58%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C9B995 (or 0xC9B995) is known color: Sisal. HEX triplet: C9, B9 and 95. RGB value is (201,185,149). Sum of RGB (Red+Green+Blue) = 201+185+149=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B995 is #36466A. Grayscale: #B9B9B9. Windows color (decimal): -3556971 or 9812425. OLE color: 9812425.

HSL color Cylindrical-coordinate representation of color #C9B995: hue angle of 41.54º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9B995 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 149 -
CMYK 0 0.08 0.26 0.21
HSL 41.54º 0.33% 0.69% -
HSV(B) 41.54º 0.26% 0.79% -
XYZ 46.86 49.29 35.48 -
YUV 185.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 201 185 149 0 0.08 0.26 0.21 41.54 0.33 0.69
Hex C9 B9 95 0 8 1A 15 2A 20 45
Octal 311 271 225 0 10 32 25 52 40 105
Binary 11001001 10111001 10010101 0 1000 11010 10101 101010 100000 1000101

Color Harmonies of #C9B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B995

Black with #C9B995

Text Example


Text Example

White with #C9B995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B995; }

 p { color: rgb(201,185,149); }

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

background-color css

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

 a { background-color: rgb(201,185,149); }

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

border-color css

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

 span { border-color: rgb(201,185,149); }

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