Html Css Color HEX #C9BFA5 Sisal

📋 copy color: '#C9BFA5'

red 201 ◦ green 191 ◦ blue 165

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

Shades of Sisal #C9BFA5

Tints of Sisal #C9BFA5

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 36.09%
G = 34.29%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C9BFA5 (or 0xC9BFA5) is known color: Sisal. HEX triplet: C9, BF and A5. RGB value is (201,191,165). Sum of RGB (Red+Green+Blue) = 201+191+165=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFA5 is #36405A. Grayscale: #BFBFBF. Windows color (decimal): -3555419 or 10862537. OLE color: 10862537.

HSL color Cylindrical-coordinate representation of color #C9BFA5: hue angle of 43.33º degrees, saturation: 0.25, 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 #C9BFA5 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 165 -
CMYK 0 0.05 0.18 0.21
HSL 43.33º 0.25% 0.72% -
HSV(B) 43.33º 0.18% 0.79% -
XYZ 49.51 52.4 43.1 -
YUV 191.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 201 191 165 0 0.05 0.18 0.21 43.33 0.25 0.72
Hex C9 BF A5 0 5 12 15 2B 19 48
Octal 311 277 245 0 5 22 25 53 31 110
Binary 11001001 10111111 10100101 0 101 10010 10101 101011 11001 1001000

Color Harmonies of #C9BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFA5

Black with #C9BFA5

Text Example


Text Example

White with #C9BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFA5; }

 p { color: rgb(201,191,165); }

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

background-color css

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

 a { background-color: rgb(201,191,165); }

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

border-color css

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

 span { border-color: rgb(201,191,165); }

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