Html Css Color HEX #CABDA0 Sisal

📋 copy color: '#CABDA0'

red 202 ◦ green 189 ◦ blue 160

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

Shades of Sisal #CABDA0

Tints of Sisal #CABDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.3%

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

R = 36.66%
G = 34.3%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CABDA0 (or 0xCABDA0) is known color: Sisal. HEX triplet: CA, BD and A0. RGB value is (202,189,160). Sum of RGB (Red+Green+Blue) = 202+189+160=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDA0 is #35425F. Grayscale: #BDBDBD. Windows color (decimal): -3490400 or 10534346. OLE color: 10534346.

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

Color convert

RGB 202 189 160 -
CMYK 0 0.06 0.21 0.21
HSL 41.43º 0.28% 0.71% -
HSV(B) 41.43º 0.21% 0.79% -
XYZ 48.9 51.49 40.62 -
YUV 189.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 202 189 160 0 0.06 0.21 0.21 41.43 0.28 0.71
Hex CA BD A0 0 6 15 15 29 1C 47
Octal 312 275 240 0 6 25 25 51 34 107
Binary 11001010 10111101 10100000 0 110 10101 10101 101001 11100 1000111

Color Harmonies of #CABDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDA0

Black with #CABDA0

Text Example


Text Example

White with #CABDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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