#CABB85

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

Shades of Yuma #CABB85

Tints of Yuma #CABB85

Color information

#CABB85 (or 0xCABB85) is unknown color: approx Yuma. HEX triplet: CA, BB and 85. RGB value is (202,187,133). Sum of RGB (Red+Green+Blue) = 202+187+133=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB85 is #35447A. Grayscale: #B9B9B9. Windows color (decimal): -3490939 or 8764362. OLE color: 8764362.

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

Color convert

RGB202187133-
CMYK00.070.340.21
HSL46.96º39.43%65.69%-
HSV(B)46.96º34.16%79.22%-
XYZ46.3649.7929.36-
YUV185.3398.47139.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=38.70%
G=35.82%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218713300.070.340.2146.9639.4365.69
HexCABB850722152f2742
Octal3122732050742255747102
Binary1100101010111011100001010111100010101011011111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB85; }

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

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

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

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

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

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

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

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