#C6BB8D

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

Shades of Yuma #C6BB8D

Tints of Yuma #C6BB8D

Color information

#C6BB8D (or 0xC6BB8D) is unknown color: approx Yuma. HEX triplet: C6, BB and 8D. RGB value is (198,187,141). Sum of RGB (Red+Green+Blue) = 198+187+141=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB8D is #394472. Grayscale: #B9B9B9. Windows color (decimal): -3753075 or 9288646. OLE color: 9288646.

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

Color convert

RGB198187141-
CMYK00.060.290.22
HSL48.42º33.33%66.47%-
HSV(B)48.42º28.79%77.65%-
XYZ45.8749.4732.33-
YUV185.04103.14137.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=37.64%
G=35.55%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818714100.060.290.2248.4233.3366.47
HexC6BB8D061D16302142
Octal3062732150635266041102
Binary110001101011101110001101011011101101101100001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB8D; }

 p { color: rgb(198,187,141); }

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

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

 a { background-color: rgb(198,187,141); }

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

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

 span { border-color: rgb(198,187,141); }

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