#C8BC7C

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

Shades of Yuma #C8BC7C

Tints of Yuma #C8BC7C

Color information

#C8BC7C (or 0xC8BC7C) is unknown color: approx Yuma. HEX triplet: C8, BC and 7C. RGB value is (200,188,124). Sum of RGB (Red+Green+Blue) = 200+188+124=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC7C is #374383. Grayscale: #B8B8B8. Windows color (decimal): -3621764 or 8174792. OLE color: 8174792.

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

Color convert

RGB200188124-
CMYK00.060.380.22
HSL50.53º40.86%63.53%-
HSV(B)50.53º38%78.43%-
XYZ45.4449.726.27-
YUV184.2993.98139.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=39.06%
G=36.72%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018812400.060.380.2250.5340.8663.53
HexC8BC7C062616332940
Octal3102741740646266351100
Binary110010001011110011111000110100110101101100111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC7C; }

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

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

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

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

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

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

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

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