#C8BC7B

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

Shades of Yuma #C8BC7B

Tints of Yuma #C8BC7B

Color information

#C8BC7B (or 0xC8BC7B) is unknown color: approx Yuma. HEX triplet: C8, BC and 7B. RGB value is (200,188,123). Sum of RGB (Red+Green+Blue) = 200+188+123=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC7B is #374384. Grayscale: #B8B8B8. Windows color (decimal): -3621765 or 8109256. OLE color: 8109256.

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

Color convert

RGB200188123-
CMYK00.060.380.22
HSL50.65º41.18%63.33%-
HSV(B)50.65º38.5%78.43%-
XYZ45.3849.6825.94-
YUV184.1893.48139.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 123 (48.44% from 255) = 24.07%
R=39.14%
G=36.79%
B=24.07%

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
Decimal20018812300.060.380.2250.6541.1863.33
HexC8BC7B06261633293f
Octal310274173064626635177
Binary11001000101111001111011011010011010110110011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC7B; }

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

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

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

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

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

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

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

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