#CABD7E

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

Shades of Yuma #CABD7E

Tints of Yuma #CABD7E

Color information

#CABD7E (or 0xCABD7E) is unknown color: approx Yuma. HEX triplet: CA, BD and 7E. RGB value is (202,189,126). Sum of RGB (Red+Green+Blue) = 202+189+126=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD7E is #354281. Grayscale: #B9B9B9. Windows color (decimal): -3490434 or 8306122. OLE color: 8306122.

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

Color convert

RGB202189126-
CMYK00.060.380.21
HSL49.74º41.76%64.31%-
HSV(B)49.74º37.62%79.22%-
XYZ46.3250.4627.04-
YUV185.794.31139.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=39.07%
G=36.56%
B=24.37%

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
Decimal20218912600.060.380.2149.7441.7664.31
HexCABD7E062615322a40
Octal3122751760646256252100
Binary110010101011110111111100110100110101011100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD7E; }

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

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

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

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

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

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

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

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