#CABD86

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

Shades of Yuma #CABD86

Tints of Yuma #CABD86

Color information

#CABD86 (or 0xCABD86) is unknown color: approx Yuma. HEX triplet: CA, BD and 86. RGB value is (202,189,134). Sum of RGB (Red+Green+Blue) = 202+189+134=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD86 is #354279. Grayscale: #BABABA. Windows color (decimal): -3490426 or 8830410. OLE color: 8830410.

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

Color convert

RGB202189134-
CMYK00.060.340.21
HSL48.53º39.08%65.88%-
HSV(B)48.53º33.66%79.22%-
XYZ46.8650.6729.87-
YUV186.6298.31138.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 134 (52.73% from 255) = 25.52%
R=38.48%
G=36%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218913400.060.340.2148.5339.0865.88
HexCABD86062215312742
Octal3122752060642256147102
Binary1100101010111101100001100110100010101011100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD86; }

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

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

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

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

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

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

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

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