#C7BD84

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

Shades of Yuma #C7BD84

Tints of Yuma #C7BD84

Color information

#C7BD84 (or 0xC7BD84) is unknown color: approx Yuma. HEX triplet: C7, BD and 84. RGB value is (199,189,132). Sum of RGB (Red+Green+Blue) = 199+189+132=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BD84 is #38427B. Grayscale: #B9B9B9. Windows color (decimal): -3687036 or 8699335. OLE color: 8699335.

HSL color Cylindrical-coordinate representation of color #C7BD84: hue angle of 51.04º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7BD84 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB199189132-
CMYK00.050.340.22
HSL51.04º37.43%64.9%-
HSV(B)51.04º33.67%78.04%-
XYZ45.9250.229.1-
YUV185.4997.81137.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=38.27%
G=36.35%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918913200.050.340.2251.0437.4364.9
HexC7BD84052216332541
Octal3072752040542266345101
Binary1100011110111101100001000101100010101101100111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BD84; }

 p { color: rgb(199,189,132); }

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

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

 a { background-color: rgb(199,189,132); }

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

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

 span { border-color: rgb(199,189,132); }

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