#C6BA7C

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

Shades of Yuma #C6BA7C

Tints of Yuma #C6BA7C

Color information

#C6BA7C (or 0xC6BA7C) is unknown color: approx Yuma. HEX triplet: C6, BA and 7C. RGB value is (198,186,124). Sum of RGB (Red+Green+Blue) = 198+186+124=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA7C is #394583. Grayscale: #B6B6B6. Windows color (decimal): -3753348 or 8174278. OLE color: 8174278.

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

Color convert

RGB198186124-
CMYK00.060.370.22
HSL50.27º39.36%63.14%-
HSV(B)50.27º37.37%77.65%-
XYZ44.4948.5826.1-
YUV182.5294.98139.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=38.98%
G=36.61%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818612400.060.370.2250.2739.3663.14
HexC6BA7C06251632273f
Octal306272174064526624777
Binary11000110101110101111100011010010110110110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA7C; }

 p { color: rgb(198,186,124); }

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

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

 a { background-color: rgb(198,186,124); }

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

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

 span { border-color: rgb(198,186,124); }

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