#C6BB8E

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

Shades of Yuma #C6BB8E

Tints of Yuma #C6BB8E

Color information

#C6BB8E (or 0xC6BB8E) is unknown color: approx Yuma. HEX triplet: C6, BB and 8E. RGB value is (198,187,142). Sum of RGB (Red+Green+Blue) = 198+187+142=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB8E is #394471. Grayscale: #B9B9B9. Windows color (decimal): -3753074 or 9354182. OLE color: 9354182.

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

Color convert

RGB198187142-
CMYK00.060.280.22
HSL48.21º32.94%66.67%-
HSV(B)48.21º28.28%77.65%-
XYZ45.9449.532.72-
YUV185.16103.64137.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=37.57%
G=35.48%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818714200.060.280.2248.2132.9466.67
HexC6BB8E061C16302143
Octal3062732160634266041103
Binary110001101011101110001110011011100101101100001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB8E; }

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

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

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

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

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

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

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

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