#CABD80

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

Shades of Yuma #CABD80

Tints of Yuma #CABD80

Color information

#CABD80 (or 0xCABD80) is unknown color: approx Yuma. HEX triplet: CA, BD and 80. RGB value is (202,189,128). Sum of RGB (Red+Green+Blue) = 202+189+128=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD80 is #35427F. Grayscale: #BABABA. Windows color (decimal): -3490432 or 8437194. OLE color: 8437194.

HSL color Cylindrical-coordinate representation of color #CABD80: hue angle of 49.46º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CABD80 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202189128-
CMYK00.060.370.21
HSL49.46º41.11%64.71%-
HSV(B)49.46º36.63%79.22%-
XYZ46.4550.5127.72-
YUV185.9395.31139.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=38.92%
G=36.42%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218912800.060.370.2149.4641.1164.71
HexCABD80062515312941
Octal3122752000645256151101
Binary1100101010111101100000000110100101101011100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD80; }

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

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

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

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

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

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

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

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