Html Css Color HEX #CAB088 Tan

📋 copy color: '#CAB088'

red 202 ◦ green 176 ◦ blue 136

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

Shades of Tan #CAB088

Tints of Tan #CAB088

RGB

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

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

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

R = 39.3%
G = 34.24%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAB088 (or 0xCAB088) is known color: Tan. HEX triplet: CA, B0 and 88. RGB value is (202,176,136). Sum of RGB (Red+Green+Blue) = 202+176+136=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB088 is #354F77. Grayscale: #B3B3B3. Windows color (decimal): -3493752 or 8958154. OLE color: 8958154.

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

Color convert

RGB 202 176 136 -
CMYK 0 0.13 0.33 0.21
HSL 36.36º 0.38% 0.66% -
HSV(B) 36.36º 0.33% 0.79% -
XYZ 44.33 45.38 29.72 -
YUV 179.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 202 176 136 0 0.13 0.33 0.21 36.36 0.38 0.66
Hex CA B0 88 0 D 21 15 24 26 42
Octal 312 260 210 0 15 41 25 44 46 102
Binary 11001010 10110000 10001000 0 1101 100001 10101 100100 100110 1000010

Color Harmonies of #CAB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB088

Black with #CAB088

Text Example


Text Example

White with #CAB088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB088; }

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

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

background-color css

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

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

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

border-color css

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

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

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