Html Css Color HEX #CAB488 Tan

📋 copy color: '#CAB488'

red 202 ◦ green 180 ◦ blue 136

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

Shades of Tan #CAB488

Tints of Tan #CAB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

 BLUE value IS 136 (53.52% from 255) = 26.25%

R = 39%
G = 34.75%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAB488 (or 0xCAB488) is known color: Tan. HEX triplet: CA, B4 and 88. RGB value is (202,180,136). Sum of RGB (Red+Green+Blue) = 202+180+136=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB488 is #354B77. Grayscale: #B5B5B5. Windows color (decimal): -3492728 or 8959178. OLE color: 8959178.

HSL color Cylindrical-coordinate representation of color #CAB488: hue angle of 40º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAB488 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 180 136 -
CMYK 0 0.11 0.33 0.21
HSL 40º 0.38% 0.66% -
HSV(B) 40º 0.33% 0.79% -
XYZ 45.12 46.98 29.98 -
YUV 181.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 202 180 136 0 0.11 0.33 0.21 40 0.38 0.66
Hex CA B4 88 0 B 21 15 28 26 42
Octal 312 264 210 0 13 41 25 50 46 102
Binary 11001010 10110100 10001000 0 1011 100001 10101 101000 100110 1000010

Color Harmonies of #CAB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB488

Black with #CAB488

Text Example


Text Example

White with #CAB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB488; }

 p { color: rgb(202,180,136); }

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

background-color css

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

 a { background-color: rgb(202,180,136); }

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

border-color css

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

 span { border-color: rgb(202,180,136); }

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