#C8BC7F

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

Shades of Yuma #C8BC7F

Tints of Yuma #C8BC7F

Color information

#C8BC7F (or 0xC8BC7F) is unknown color: approx Yuma. HEX triplet: C8, BC and 7F. RGB value is (200,188,127). Sum of RGB (Red+Green+Blue) = 200+188+127=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC7F is #374380. Grayscale: #B8B8B8. Windows color (decimal): -3621761 or 8371400. OLE color: 8371400.

HSL color Cylindrical-coordinate representation of color #C8BC7F: hue angle of 50.14º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8BC7F is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200188127-
CMYK00.060.360.22
HSL50.14º39.89%64.12%-
HSV(B)50.14º36.5%78.43%-
XYZ45.6349.7827.28-
YUV184.6395.48138.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 127 (50% from 255) = 24.66%
R=38.83%
G=36.50%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018812700.060.360.2250.1439.8964.12
HexC8BC7F062416322840
Octal3102741770644266250100
Binary110010001011110011111110110100100101101100101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC7F; }

 p { color: rgb(200,188,127); }

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

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

 a { background-color: rgb(200,188,127); }

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

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

 span { border-color: rgb(200,188,127); }

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