#C7BD8A

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

Shades of Yuma #C7BD8A

Tints of Yuma #C7BD8A

Color information

#C7BD8A (or 0xC7BD8A) is unknown color: approx Yuma. HEX triplet: C7, BD and 8A. RGB value is (199,189,138). Sum of RGB (Red+Green+Blue) = 199+189+138=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BD8A is #384275. Grayscale: #BABABA. Windows color (decimal): -3687030 or 9092551. OLE color: 9092551.

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

Color convert

RGB199189138-
CMYK00.050.310.22
HSL50.16º35.26%66.08%-
HSV(B)50.16º30.65%78.04%-
XYZ46.3450.3731.33-
YUV186.18100.81137.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=37.83%
G=35.93%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918913800.050.310.2250.1635.2666.08
HexC7BD8A051F16322342
Octal3072752120537266243102
Binary110001111011110110001010010111111101101100101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BD8A; }

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

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

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

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

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

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

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

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