Html Css Color HEX #CABDA2 Sisal

📋 copy color: '#CABDA2'

red 202 ◦ green 189 ◦ blue 162

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

Shades of Sisal #CABDA2

Tints of Sisal #CABDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.29%

R = 36.53%
G = 34.18%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CABDA2 (or 0xCABDA2) is known color: Sisal. HEX triplet: CA, BD and A2. RGB value is (202,189,162). Sum of RGB (Red+Green+Blue) = 202+189+162=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDA2 is #35425D. Grayscale: #BDBDBD. Windows color (decimal): -3490398 or 10665418. OLE color: 10665418.

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

Color convert

RGB 202 189 162 -
CMYK 0 0.06 0.20 0.21
HSL 40.5º 0.27% 0.71% -
HSV(B) 40.5º 0.2% 0.79% -
XYZ 49.08 51.56 41.55 -
YUV 189.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 202 189 162 0 0.06 0.20 0.21 40.5 0.27 0.71
Hex CA BD A2 0 6 14 15 28 1B 47
Octal 312 275 242 0 6 24 25 50 33 107
Binary 11001010 10111101 10100010 0 110 10100 10101 101000 11011 1000111

Color Harmonies of #CABDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDA2

Black with #CABDA2

Text Example


Text Example

White with #CABDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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