Html Css Color HEX #CABA98 Sisal

📋 copy color: '#CABA98'

red 202 ◦ green 186 ◦ blue 152

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

Shades of Sisal #CABA98

Tints of Sisal #CABA98

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CABA98 (or 0xCABA98) is known color: 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

RGB 202 186 152 -
CMYK 0 0.08 0.25 0.21
HSL 40.8º 0.32% 0.69% -
HSV(B) 40.8º 0.25% 0.79% -
XYZ 47.58 49.94 36.84 -
YUV 186.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 202 186 152 0 0.08 0.25 0.21 40.8 0.32 0.69
Hex CA BA 98 0 8 19 15 29 20 45
Octal 312 272 230 0 10 31 25 51 40 105
Binary 11001010 10111010 10011000 0 1000 11001 10101 101001 100000 1000101

Color Harmonies of #CABA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA98

Black with #CABA98

Text Example


Text Example

White with #CABA98

Text Example


Text Example

HTML Codes & Css Web 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>