Html Css Color HEX #CAB288 Tan

📋 copy color: '#CAB288'

red 202 ◦ green 178 ◦ blue 136

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

Shades of Tan #CAB288

Tints of Tan #CAB288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

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

R = 39.15%
G = 34.5%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAB288 (or 0xCAB288) is known color: Tan. HEX triplet: CA, B2 and 88. RGB value is (202,178,136). Sum of RGB (Red+Green+Blue) = 202+178+136=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB288 is #354D77. Grayscale: #B4B4B4. Windows color (decimal): -3493240 or 8958666. OLE color: 8958666.

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

Color convert

RGB 202 178 136 -
CMYK 0 0.12 0.33 0.21
HSL 38.18º 0.38% 0.66% -
HSV(B) 38.18º 0.33% 0.79% -
XYZ 44.72 46.17 29.85 -
YUV 180.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 202 178 136 0 0.12 0.33 0.21 38.18 0.38 0.66
Hex CA B2 88 0 C 21 15 26 26 42
Octal 312 262 210 0 14 41 25 46 46 102
Binary 11001010 10110010 10001000 0 1100 100001 10101 100110 100110 1000010

Color Harmonies of #CAB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB288

Black with #CAB288

Text Example


Text Example

White with #CAB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB288; }

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

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

background-color css

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

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

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

border-color css

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

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

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