Html Css Color HEX #CABCA0 Sisal

📋 copy color: '#CABCA0'

red 202 ◦ green 188 ◦ blue 160

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

Shades of Sisal #CABCA0

Tints of Sisal #CABCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.18%

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

R = 36.73%
G = 34.18%
B = 29.09%

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

#CABCA0 (or 0xCABCA0) is known color: Sisal. HEX triplet: CA, BC and A0. RGB value is (202,188,160). Sum of RGB (Red+Green+Blue) = 202+188+160=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCA0 is #35435F. Grayscale: #BDBDBD. Windows color (decimal): -3490656 or 10534090. OLE color: 10534090.

HSL color Cylindrical-coordinate representation of color #CABCA0: hue angle of 40º 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 #CABCA0 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 188 160 -
CMYK 0 0.07 0.21 0.21
HSL 40º 0.28% 0.71% -
HSV(B) 40º 0.21% 0.79% -
XYZ 48.69 51.06 40.55 -
YUV 188.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 202 188 160 0 0.07 0.21 0.21 40 0.28 0.71
Hex CA BC A0 0 7 15 15 28 1C 47
Octal 312 274 240 0 7 25 25 50 34 107
Binary 11001010 10111100 10100000 0 111 10101 10101 101000 11100 1000111

Color Harmonies of #CABCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCA0

Black with #CABCA0

Text Example


Text Example

White with #CABCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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