#CABA98

Color #CABA98 Sisal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sisal #CABA98

Tints of Sisal #CABA98

Color information

#CABA98 (or 0xCABA98) is unknown color: approx Sisal. HEX triplet: CA, BA and 98. RGB value is (202,186,152). Sum of RGB (Red+Green+Blue) = 202+186+152=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA98 is #354567. Grayscale: #BBBBBB. Windows color (decimal): -3491176 or 10009290. OLE color: 10009290.

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

Color convert

RGB202186152-
CMYK00.080.250.21
HSL40.8º32.05%69.41%-
HSV(B)40.8º24.75%79.22%-
XYZ47.5849.9436.84-
YUV186.91108.3138.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=37.41%
G=34.44%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218615200.080.250.2140.832.0569.41
HexCABA98081915292045
Octal31227223001031255140105
Binary1100101010111010100110000100011001101011010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA98; }

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

 H1.HeaderClassName
 {
   color: #CABA98;
 }
 .AnyTagClassName
 {
   color: #CABA98;
 }
</style>
background-color css

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

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

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

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

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

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