Html Css Color HEX #CABA9E Sisal

📋 copy color: '#CABA9E'

red 202 ◦ green 186 ◦ blue 158

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

Shades of Sisal #CABA9E

Tints of Sisal #CABA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.94%

R = 37%
G = 34.07%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CABA9E (or 0xCABA9E) is known color: Sisal. HEX triplet: CA, BA and 9E. RGB value is (202,186,158). Sum of RGB (Red+Green+Blue) = 202+186+158=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9E is #354561. Grayscale: #BBBBBB. Windows color (decimal): -3491170 or 10402506. OLE color: 10402506.

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

Color convert

RGB 202 186 158 -
CMYK 0 0.08 0.22 0.21
HSL 38.18º 0.29% 0.71% -
HSV(B) 38.18º 0.22% 0.79% -
XYZ 48.09 50.14 39.49 -
YUV 187.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 202 186 158 0 0.08 0.22 0.21 38.18 0.29 0.71
Hex CA BA 9E 0 8 16 15 26 1D 47
Octal 312 272 236 0 10 26 25 46 35 107
Binary 11001010 10111010 10011110 0 1000 10110 10101 100110 11101 1000111

Color Harmonies of #CABA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA9E

Black with #CABA9E

Text Example


Text Example

White with #CABA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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