Html Css Color HEX #C9BDA4 Sisal

📋 copy color: '#C9BDA4'

red 201 ◦ green 189 ◦ blue 164

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

Shades of Sisal #C9BDA4

Tints of Sisal #C9BDA4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.12%

 BLUE value IS 164 (64.45% from 255) = 29.6%

R = 36.28%
G = 34.12%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C9BDA4 (or 0xC9BDA4) is known color: Sisal. HEX triplet: C9, BD and A4. RGB value is (201,189,164). Sum of RGB (Red+Green+Blue) = 201+189+164=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDA4 is #36425B. Grayscale: #BDBDBD. Windows color (decimal): -3555932 or 10796489. OLE color: 10796489.

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

Color convert

RGB 201 189 164 -
CMYK 0 0.06 0.18 0.21
HSL 40.54º 0.26% 0.72% -
HSV(B) 40.54º 0.18% 0.79% -
XYZ 48.99 51.49 42.48 -
YUV 189.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 201 189 164 0 0.06 0.18 0.21 40.54 0.26 0.72
Hex C9 BD A4 0 6 12 15 29 1A 48
Octal 311 275 244 0 6 22 25 51 32 110
Binary 11001001 10111101 10100100 0 110 10010 10101 101001 11010 1001000

Color Harmonies of #C9BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDA4

Black with #C9BDA4

Text Example


Text Example

White with #C9BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDA4; }

 p { color: rgb(201,189,164); }

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

background-color css

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

 a { background-color: rgb(201,189,164); }

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

border-color css

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

 span { border-color: rgb(201,189,164); }

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