#CABC7D

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

Shades of Yuma #CABC7D

Tints of Yuma #CABC7D

Color information

#CABC7D (or 0xCABC7D) is unknown color: approx Yuma. HEX triplet: CA, BC and 7D. RGB value is (202,188,125). Sum of RGB (Red+Green+Blue) = 202+188+125=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC7D is #354382. Grayscale: #B9B9B9. Windows color (decimal): -3490691 or 8240330. OLE color: 8240330.

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

Color convert

RGB202188125-
CMYK00.070.380.21
HSL49.09º42.08%64.12%-
HSV(B)49.09º38.12%79.22%-
XYZ46.045026.63-
YUV18594.14140.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=39.22%
G=36.50%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218812500.070.380.2149.0942.0864.12
HexCABC7D072615312a40
Octal3122741750746256152100
Binary110010101011110011111010111100110101011100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC7D; }

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

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

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

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

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

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

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

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