Html Css Color HEX #CABBA0 Sisal

📋 copy color: '#CABBA0'

red 202 ◦ green 187 ◦ blue 160

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

Shades of Sisal #CABBA0

Tints of Sisal #CABBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.06%

 BLUE value IS 160 (62.89% from 255) = 29.14%

R = 36.79%
G = 34.06%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CABBA0 (or 0xCABBA0) is known color: Sisal. HEX triplet: CA, BB and A0. RGB value is (202,187,160). Sum of RGB (Red+Green+Blue) = 202+187+160=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA0 is #35445F. Grayscale: #BCBCBC. Windows color (decimal): -3490912 or 10533834. OLE color: 10533834.

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

Color convert

RGB 202 187 160 -
CMYK 0 0.07 0.21 0.21
HSL 38.57º 0.28% 0.71% -
HSV(B) 38.57º 0.21% 0.79% -
XYZ 48.47 50.64 40.48 -
YUV 188.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 202 187 160 0 0.07 0.21 0.21 38.57 0.28 0.71
Hex CA BB A0 0 7 15 15 27 1C 47
Octal 312 273 240 0 7 25 25 47 34 107
Binary 11001010 10111011 10100000 0 111 10101 10101 100111 11100 1000111

Color Harmonies of #CABBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBA0

Black with #CABBA0

Text Example


Text Example

White with #CABBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBA0; }

 p { color: rgb(202,187,160); }

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

background-color css

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

 a { background-color: rgb(202,187,160); }

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

border-color css

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

 span { border-color: rgb(202,187,160); }

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