#CABC7F

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

Shades of Yuma #CABC7F

Tints of Yuma #CABC7F

Color information

#CABC7F (or 0xCABC7F) is unknown color: approx Yuma. HEX triplet: CA, BC and 7F. RGB value is (202,188,127). Sum of RGB (Red+Green+Blue) = 202+188+127=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC7F is #354380. Grayscale: #B9B9B9. Windows color (decimal): -3490689 or 8371402. OLE color: 8371402.

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

Color convert

RGB202188127-
CMYK00.070.370.21
HSL48.8º41.44%64.51%-
HSV(B)48.8º37.13%79.22%-
XYZ46.1750.0627.31-
YUV185.2395.14139.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 127 (50% from 255) = 24.56%
R=39.07%
G=36.36%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218812700.070.370.2148.841.4464.51
HexCABC7F072515312941
Octal3122741770745256151101
Binary110010101011110011111110111100101101011100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC7F; }

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

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

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

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

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

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

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

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