#C6B990

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

Shades of Yuma #C6B990

Tints of Yuma #C6B990

Color information

#C6B990 (or 0xC6B990) is unknown color: approx Yuma. HEX triplet: C6, B9 and 90. RGB value is (198,185,144). Sum of RGB (Red+Green+Blue) = 198+185+144=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B990 is #39466F. Grayscale: #B8B8B8. Windows color (decimal): -3753584 or 9484742. OLE color: 9484742.

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

Color convert

RGB198185144-
CMYK00.070.270.22
HSL45.56º32.14%67.06%-
HSV(B)45.56º27.27%77.65%-
XYZ45.6748.7233.38-
YUV184.21105.31137.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=37.57%
G=35.10%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818514400.070.270.2245.5632.1467.06
HexC6B990071B162e2043
Octal3062712200733265640103
Binary110001101011100110010000011111011101101011101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B990; }

 p { color: rgb(198,185,144); }

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

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

 a { background-color: rgb(198,185,144); }

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

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

 span { border-color: rgb(198,185,144); }

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