#CABB73

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

Shades of Yuma #CABB73

Tints of Yuma #CABB73

Color information

#CABB73 (or 0xCABB73) is unknown color: approx Yuma. HEX triplet: CA, BB and 73. RGB value is (202,187,115). Sum of RGB (Red+Green+Blue) = 202+187+115=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB73 is #35448C. Grayscale: #B7B7B7. Windows color (decimal): -3490957 or 7584714. OLE color: 7584714.

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

Color convert

RGB202187115-
CMYK00.070.430.21
HSL49.66º45.08%62.16%-
HSV(B)49.66º43.07%79.22%-
XYZ45.2249.3423.36-
YUV183.2889.47141.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 115 (45.31% from 255) = 22.82%
R=40.08%
G=37.10%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218711500.070.430.2149.6645.0862.16
HexCABB73072B15322d3e
Octal312273163075325625576
Binary11001010101110111110011011110101110101110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB73; }

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

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

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

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

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

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

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

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