#C7BC8C

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

Shades of Yuma #C7BC8C

Tints of Yuma #C7BC8C

Color information

#C7BC8C (or 0xC7BC8C) is unknown color: approx Yuma. HEX triplet: C7, BC and 8C. RGB value is (199,188,140). Sum of RGB (Red+Green+Blue) = 199+188+140=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BC8C is #384373. Grayscale: #BABABA. Windows color (decimal): -3687284 or 9223367. OLE color: 9223367.

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

Color convert

RGB199188140-
CMYK00.060.300.22
HSL48.81º34.5%66.47%-
HSV(B)48.81º29.65%78.04%-
XYZ46.275032.02-
YUV185.82102.14137.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.76%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 140 (55.08% from 255) = 26.57%
R=37.76%
G=35.67%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918814000.060.300.2248.8134.566.47
HexC7BC8C061E16312342
Octal3072742140636266143102
Binary110001111011110010001100011011110101101100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BC8C; }

 p { color: rgb(199,188,140); }

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

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

 a { background-color: rgb(199,188,140); }

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

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

 span { border-color: rgb(199,188,140); }

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