#CAB685

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

Shades of Yuma #CAB685

Tints of Yuma #CAB685

Color information

#CAB685 (or 0xCAB685) is unknown color: approx Yuma. HEX triplet: CA, B6 and 85. RGB value is (202,182,133). Sum of RGB (Red+Green+Blue) = 202+182+133=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB685 is #35497A. Grayscale: #B6B6B6. Windows color (decimal): -3492219 or 8763082. OLE color: 8763082.

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

Color convert

RGB202182133-
CMYK00.100.340.21
HSL42.61º39.43%65.69%-
HSV(B)42.61º34.16%79.22%-
XYZ45.3247.7129.01-
YUV182.39100.13141.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 182 (71.48% from 255) = 35.20%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=39.07%
G=35.20%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218213300.100.340.2142.6139.4365.69
HexCAB6850A22152b2742
Octal31226620501242255347102
Binary11001010101101101000010101010100010101011010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB685; }

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

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

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

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

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

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

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

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