Html Css Color HEX #C9BFA2 Sisal

📋 copy color: '#C9BFA2'

red 201 ◦ green 191 ◦ blue 162

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

Shades of Sisal #C9BFA2

Tints of Sisal #C9BFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.24%

R = 36.28%
G = 34.48%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C9BFA2 (or 0xC9BFA2) is known color: Sisal. HEX triplet: C9, BF and A2. RGB value is (201,191,162). Sum of RGB (Red+Green+Blue) = 201+191+162=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFA2 is #36405D. Grayscale: #BEBEBE. Windows color (decimal): -3555422 or 10665929. OLE color: 10665929.

HSL color Cylindrical-coordinate representation of color #C9BFA2: hue angle of 44.62º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BFA2 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 162 -
CMYK 0 0.05 0.19 0.21
HSL 44.62º 0.27% 0.71% -
HSV(B) 44.62º 0.19% 0.79% -
XYZ 49.24 52.29 41.68 -
YUV 190.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 201 191 162 0 0.05 0.19 0.21 44.62 0.27 0.71
Hex C9 BF A2 0 5 13 15 2D 1B 47
Octal 311 277 242 0 5 23 25 55 33 107
Binary 11001001 10111111 10100010 0 101 10011 10101 101101 11011 1000111

Color Harmonies of #C9BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFA2

Black with #C9BFA2

Text Example


Text Example

White with #C9BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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