Html Css Color HEX #CAB090 Tan

📋 copy color: '#CAB090'

red 202 ◦ green 176 ◦ blue 144

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

Shades of Tan #CAB090

Tints of Tan #CAB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

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

R = 38.7%
G = 33.72%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CAB090 (or 0xCAB090) is known color: Tan. HEX triplet: CA, B0 and 90. RGB value is (202,176,144). Sum of RGB (Red+Green+Blue) = 202+176+144=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB090 is #354F6F. Grayscale: #B4B4B4. Windows color (decimal): -3493744 or 9482442. OLE color: 9482442.

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

Color convert

RGB 202 176 144 -
CMYK 0 0.13 0.29 0.21
HSL 33.1º 0.35% 0.68% -
HSV(B) 33.1º 0.29% 0.79% -
XYZ 44.92 45.62 32.82 -
YUV 180.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 202 176 144 0 0.13 0.29 0.21 33.1 0.35 0.68
Hex CA B0 90 0 D 1D 15 21 23 44
Octal 312 260 220 0 15 35 25 41 43 104
Binary 11001010 10110000 10010000 0 1101 11101 10101 100001 100011 1000100

Color Harmonies of #CAB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB090

Black with #CAB090

Text Example


Text Example

White with #CAB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB090; }

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

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

background-color css

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

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

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

border-color css

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

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

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