Html Css Color HEX #CABA91 Sisal

📋 copy color: '#CABA91'

red 202 ◦ green 186 ◦ blue 145

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

Shades of Sisal #CABA91

Tints of Sisal #CABA91

RGB

 RED value IS 202 (79.3% from 255) = 37.9%

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 145 (57.03% from 255) = 27.2%

R = 37.9%
G = 34.9%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CABA91 (or 0xCABA91) is known color: Sisal. HEX triplet: CA, BA and 91. RGB value is (202,186,145). Sum of RGB (Red+Green+Blue) = 202+186+145=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA91 is #35456E. Grayscale: #BABABA. Windows color (decimal): -3491183 or 9550538. OLE color: 9550538.

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

Color convert

RGB 202 186 145 -
CMYK 0 0.08 0.28 0.21
HSL 43.16º 0.35% 0.68% -
HSV(B) 43.16º 0.28% 0.79% -
XYZ 47.03 49.72 33.91 -
YUV 186.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 202 186 145 0 0.08 0.28 0.21 43.16 0.35 0.68
Hex CA BA 91 0 8 1C 15 2B 23 44
Octal 312 272 221 0 10 34 25 53 43 104
Binary 11001010 10111010 10010001 0 1000 11100 10101 101011 100011 1000100

Color Harmonies of #CABA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA91

Black with #CABA91

Text Example


Text Example

White with #CABA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA91; }

 p { color: rgb(202,186,145); }

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

background-color css

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

 a { background-color: rgb(202,186,145); }

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

border-color css

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

 span { border-color: rgb(202,186,145); }

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