#C8BD7B

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

Shades of Yuma #C8BD7B

Tints of Yuma #C8BD7B

Color information

#C8BD7B (or 0xC8BD7B) is unknown color: approx Yuma. HEX triplet: C8, BD and 7B. RGB value is (200,189,123). Sum of RGB (Red+Green+Blue) = 200+189+123=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD7B is #374284. Grayscale: #B9B9B9. Windows color (decimal): -3621509 or 8109512. OLE color: 8109512.

HSL color Cylindrical-coordinate representation of color #C8BD7B: hue angle of 51.43º 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 #C8BD7B is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB200189123-
CMYK00.060.380.22
HSL51.43º41.18%63.33%-
HSV(B)51.43º38.5%78.43%-
XYZ45.5950.126.01-
YUV184.7693.14138.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=39.06%
G=36.91%
B=24.02%

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
Decimal20018912300.060.380.2251.4341.1863.33
HexC8BD7B06261633293f
Octal310275173064626635177
Binary11001000101111011111011011010011010110110011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD7B; }

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

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

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

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

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

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

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

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