#CABA72

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

Shades of Yuma #CABA72

Tints of Yuma #CABA72

Color information

#CABA72 (or 0xCABA72) is unknown color: approx Yuma. HEX triplet: CA, BA and 72. RGB value is (202,186,114). Sum of RGB (Red+Green+Blue) = 202+186+114=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA72 is #35458D. Grayscale: #B6B6B6. Windows color (decimal): -3491214 or 7518922. OLE color: 7518922.

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

Color convert

RGB202186114-
CMYK00.080.440.21
HSL49.09º45.36%61.96%-
HSV(B)49.09º43.56%79.22%-
XYZ44.9548.8922.99-
YUV182.5889.3141.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 114 (44.92% from 255) = 22.71%
R=40.24%
G=37.05%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218611400.080.440.2149.0945.3661.96
HexCABA72082C15312d3e
Octal3122721620105425615576
Binary110010101011101011100100100010110010101110001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA72; }

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

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

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

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

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

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

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

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