#CABC86

Color #CABC86 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #CABC86

Tints of Yuma #CABC86

Color information

#CABC86 (or 0xCABC86) is unknown color: approx Yuma. HEX triplet: CA, BC and 86. RGB value is (202,188,134). Sum of RGB (Red+Green+Blue) = 202+188+134=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC86 is #354379. Grayscale: #BABABA. Windows color (decimal): -3490682 or 8830154. OLE color: 8830154.

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

Color convert

RGB202188134-
CMYK00.070.340.21
HSL47.65º39.08%65.88%-
HSV(B)47.65º33.66%79.22%-
XYZ46.6450.2429.79-
YUV186.0398.64139.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 134 (52.73% from 255) = 25.57%
R=38.55%
G=35.88%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218813400.070.340.2147.6539.0865.88
HexCABC86072215302742
Octal3122742060742256047102
Binary1100101010111100100001100111100010101011100001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC86; }

 p { color: rgb(202,188,134); }

 H1.HeaderClassName
 {
   color: #CABC86;
 }
 .AnyTagClassName
 {
   color: #CABC86;
 }
</style>
background-color css

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

 a { background-color: rgb(202,188,134); }

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

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

 span { border-color: rgb(202,188,134); }

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