Html Css Color HEX #CAB489 Tan

📋 copy color: '#CAB489'

red 202 ◦ green 180 ◦ blue 137

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

Shades of Tan #CAB489

Tints of Tan #CAB489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.4%

R = 38.92%
G = 34.68%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CAB489 (or 0xCAB489) is known color: Tan. HEX triplet: CA, B4 and 89. RGB value is (202,180,137). Sum of RGB (Red+Green+Blue) = 202+180+137=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB489 is #354B76. Grayscale: #B5B5B5. Windows color (decimal): -3492727 or 9024714. OLE color: 9024714.

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

Color convert

RGB 202 180 137 -
CMYK 0 0.11 0.32 0.21
HSL 39.69º 0.38% 0.66% -
HSV(B) 39.69º 0.32% 0.79% -
XYZ 45.19 47.01 30.36 -
YUV 181.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 202 180 137 0 0.11 0.32 0.21 39.69 0.38 0.66
Hex CA B4 89 0 B 20 15 28 26 42
Octal 312 264 211 0 13 40 25 50 46 102
Binary 11001010 10110100 10001001 0 1011 100000 10101 101000 100110 1000010

Color Harmonies of #CAB489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB489

Black with #CAB489

Text Example


Text Example

White with #CAB489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB489; }

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

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

background-color css

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

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

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

border-color css

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

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

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