#CABD73

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

Shades of Yuma #CABD73

Tints of Yuma #CABD73

Color information

#CABD73 (or 0xCABD73) is unknown color: approx Yuma. HEX triplet: CA, BD and 73. RGB value is (202,189,115). Sum of RGB (Red+Green+Blue) = 202+189+115=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD73 is #35428C. Grayscale: #B8B8B8. Windows color (decimal): -3490445 or 7585226. OLE color: 7585226.

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

Color convert

RGB202189115-
CMYK00.060.430.21
HSL51.03º45.08%62.16%-
HSV(B)51.03º43.07%79.22%-
XYZ45.6550.1923.5-
YUV184.4588.81140.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 115 (45.31% from 255) = 22.73%
R=39.92%
G=37.35%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218911500.060.430.2151.0345.0862.16
HexCABD73062B15332d3e
Octal312275163065325635576
Binary11001010101111011110011011010101110101110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD73; }

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

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

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

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

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

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

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

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