#CAB385

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

Shades of Yuma #CAB385

Tints of Yuma #CAB385

Color information

#CAB385 (or 0xCAB385) is unknown color: approx Yuma. HEX triplet: CA, B3 and 85. RGB value is (202,179,133). Sum of RGB (Red+Green+Blue) = 202+179+133=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB385 is #354C7A. Grayscale: #B4B4B4. Windows color (decimal): -3492987 or 8762314. OLE color: 8762314.

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

Color convert

RGB202179133-
CMYK00.110.340.21
HSL40º39.43%65.69%-
HSV(B)40º34.16%79.22%-
XYZ44.7146.4928.81-
YUV180.63101.12143.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=39.30%
G=34.82%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217913300.110.340.214039.4365.69
HexCAB3850B2215282742
Octal31226320501342255047102
Binary11001010101100111000010101011100010101011010001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB385; }

 p { color: rgb(202,179,133); }

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

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

 a { background-color: rgb(202,179,133); }

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

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

 span { border-color: rgb(202,179,133); }

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