#C6BA7D

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

Shades of Yuma #C6BA7D

Tints of Yuma #C6BA7D

Color information

#C6BA7D (or 0xC6BA7D) is unknown color: approx Yuma. HEX triplet: C6, BA and 7D. RGB value is (198,186,125). Sum of RGB (Red+Green+Blue) = 198+186+125=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA7D is #394582. Grayscale: #B6B6B6. Windows color (decimal): -3753347 or 8239814. OLE color: 8239814.

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

Color convert

RGB198186125-
CMYK00.060.370.22
HSL50.14º39.04%63.33%-
HSV(B)50.14º36.87%77.65%-
XYZ44.5548.626.44-
YUV182.6395.48138.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=38.90%
G=36.54%
B=24.56%

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
Decimal19818612500.060.370.2250.1439.0463.33
HexC6BA7D06251632273f
Octal306272175064526624777
Binary11000110101110101111101011010010110110110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA7D; }

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

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

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

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

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

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

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

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