#CABA82

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

Shades of Yuma #CABA82

Tints of Yuma #CABA82

Color information

#CABA82 (or 0xCABA82) is unknown color: approx Yuma. HEX triplet: CA, BA and 82. RGB value is (202,186,130). Sum of RGB (Red+Green+Blue) = 202+186+130=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA82 is #35457D. Grayscale: #B8B8B8. Windows color (decimal): -3491198 or 8567498. OLE color: 8567498.

HSL color Cylindrical-coordinate representation of color #CABA82: hue angle of 46.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CABA82 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB202186130-
CMYK00.080.360.21
HSL46.67º40.45%65.1%-
HSV(B)46.67º35.64%79.22%-
XYZ45.9549.2928.21-
YUV184.497.3140.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=39.00%
G=35.91%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218613000.080.360.2146.6740.4565.1
HexCABA820824152f2841
Octal31227220201044255750101
Binary11001010101110101000001001000100100101011011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA82; }

 p { color: rgb(202,186,130); }

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

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

 a { background-color: rgb(202,186,130); }

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

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

 span { border-color: rgb(202,186,130); }

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