Html Css Color HEX #CAB490 Tan

📋 copy color: '#CAB490'

red 202 ◦ green 180 ◦ blue 144

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

Shades of Tan #CAB490

Tints of Tan #CAB490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.38%

R = 38.4%
G = 34.22%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CAB490 (or 0xCAB490) is known color: Tan. HEX triplet: CA, B4 and 90. RGB value is (202,180,144). Sum of RGB (Red+Green+Blue) = 202+180+144=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB490 is #354B6F. Grayscale: #B6B6B6. Windows color (decimal): -3492720 or 9483466. OLE color: 9483466.

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

Color convert

RGB 202 180 144 -
CMYK 0 0.11 0.29 0.21
HSL 37.24º 0.35% 0.68% -
HSV(B) 37.24º 0.29% 0.79% -
XYZ 45.71 47.21 33.09 -
YUV 182.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 202 180 144 0 0.11 0.29 0.21 37.24 0.35 0.68
Hex CA B4 90 0 B 1D 15 25 23 44
Octal 312 264 220 0 13 35 25 45 43 104
Binary 11001010 10110100 10010000 0 1011 11101 10101 100101 100011 1000100

Color Harmonies of #CAB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB490

Black with #CAB490

Text Example


Text Example

White with #CAB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB490; }

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

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

background-color css

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

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

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

border-color css

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

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

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