Html Css Color HEX #CABA95 Sisal

📋 copy color: '#CABA95'

red 202 ◦ green 186 ◦ blue 149

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

Shades of Sisal #CABA95

Tints of Sisal #CABA95

RGB

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

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

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

R = 37.62%
G = 34.64%
B = 27.75%

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

#CABA95 (or 0xCABA95) is known color: Sisal. HEX triplet: CA, BA and 95. RGB value is (202,186,149). Sum of RGB (Red+Green+Blue) = 202+186+149=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA95 is #35456A. Grayscale: #BABABA. Windows color (decimal): -3491179 or 9812682. OLE color: 9812682.

HSL color Cylindrical-coordinate representation of color #CABA95: hue angle of 41.89º degrees, saturation: 0.33, 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 #CABA95 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 186 149 -
CMYK 0 0.08 0.26 0.21
HSL 41.89º 0.33% 0.69% -
HSV(B) 41.89º 0.26% 0.79% -
XYZ 47.34 49.84 35.56 -
YUV 186.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 202 186 149 0 0.08 0.26 0.21 41.89 0.33 0.69
Hex CA BA 95 0 8 1A 15 2A 21 45
Octal 312 272 225 0 10 32 25 52 41 105
Binary 11001010 10111010 10010101 0 1000 11010 10101 101010 100001 1000101

Color Harmonies of #CABA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA95

Black with #CABA95

Text Example


Text Example

White with #CABA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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