#C6BE87

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

Shades of Yuma #C6BE87

Tints of Yuma #C6BE87

Color information

#C6BE87 (or 0xC6BE87) is unknown color: approx Yuma. HEX triplet: C6, BE and 87. RGB value is (198,190,135). Sum of RGB (Red+Green+Blue) = 198+190+135=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BE87 is #394178. Grayscale: #BABABA. Windows color (decimal): -3752313 or 8896198. OLE color: 8896198.

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

Color convert

RGB198190135-
CMYK00.040.320.22
HSL52.38º35.59%65.29%-
HSV(B)52.38º31.82%77.65%-
XYZ46.0850.5830.26-
YUV186.1299.15136.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 135 (53.12% from 255) = 25.81%
R=37.86%
G=36.33%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819013500.040.320.2252.3835.5965.29
HexC6BE87042016342441
Octal3062762070440266444101
Binary1100011010111110100001110100100000101101101001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE87; }

 p { color: rgb(198,190,135); }

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

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

 a { background-color: rgb(198,190,135); }

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

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

 span { border-color: rgb(198,190,135); }

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