#CABD82

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

Shades of Yuma #CABD82

Tints of Yuma #CABD82

Color information

#CABD82 (or 0xCABD82) is unknown color: approx Yuma. HEX triplet: CA, BD and 82. RGB value is (202,189,130). Sum of RGB (Red+Green+Blue) = 202+189+130=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD82 is #35427D. Grayscale: #BABABA. Windows color (decimal): -3490430 or 8568266. OLE color: 8568266.

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

Color convert

RGB202189130-
CMYK00.060.360.21
HSL49.17º40.45%65.1%-
HSV(B)49.17º35.64%79.22%-
XYZ46.5850.5628.42-
YUV186.1696.31139.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=38.77%
G=36.28%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218913000.060.360.2149.1740.4565.1
HexCABD82062415312841
Octal3122752020644256150101
Binary1100101010111101100000100110100100101011100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD82; }

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

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

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

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

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

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

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

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