#CABD7D

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

Shades of Yuma #CABD7D

Tints of Yuma #CABD7D

Color information

#CABD7D (or 0xCABD7D) is unknown color: approx Yuma. HEX triplet: CA, BD and 7D. RGB value is (202,189,125). Sum of RGB (Red+Green+Blue) = 202+189+125=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD7D is #354282. Grayscale: #B9B9B9. Windows color (decimal): -3490435 or 8240586. OLE color: 8240586.

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

Color convert

RGB202189125-
CMYK00.060.380.21
HSL49.87º42.08%64.12%-
HSV(B)49.87º38.12%79.22%-
XYZ46.2650.4326.7-
YUV185.5993.81139.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=39.15%
G=36.63%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218912500.060.380.2149.8742.0864.12
HexCABD7D062615322a40
Octal3122751750646256252100
Binary110010101011110111111010110100110101011100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD7D; }

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

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

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

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

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

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

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

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