#C9BC82

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

Shades of Yuma #C9BC82

Tints of Yuma #C9BC82

Color information

#C9BC82 (or 0xC9BC82) is unknown color: approx Yuma. HEX triplet: C9, BC and 82. RGB value is (201,188,130). Sum of RGB (Red+Green+Blue) = 201+188+130=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BC82 is #36437D. Grayscale: #B9B9B9. Windows color (decimal): -3556222 or 8568009. OLE color: 8568009.

HSL color Cylindrical-coordinate representation of color #C9BC82: hue angle of 49.01º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9BC82 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB201188130-
CMYK00.060.350.21
HSL49.01º39.66%64.9%-
HSV(B)49.01º35.32%78.82%-
XYZ46.15028.34-
YUV185.2796.81139.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 130 (51.17% from 255) = 25.05%
R=38.73%
G=36.22%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118813000.060.350.2149.0139.6664.9
HexC9BC82062315312841
Octal3112742020643256150101
Binary1100100110111100100000100110100011101011100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC82; }

 p { color: rgb(201,188,130); }

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

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

 a { background-color: rgb(201,188,130); }

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

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

 span { border-color: rgb(201,188,130); }

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