#C8BD80

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

Shades of Yuma #C8BD80

Tints of Yuma #C8BD80

Color information

#C8BD80 (or 0xC8BD80) is unknown color: approx Yuma. HEX triplet: C8, BD and 80. RGB value is (200,189,128). Sum of RGB (Red+Green+Blue) = 200+189+128=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD80 is #37427F. Grayscale: #B9B9B9. Windows color (decimal): -3621504 or 8437192. OLE color: 8437192.

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

Color convert

RGB200189128-
CMYK00.060.360.22
HSL50.83º39.56%64.31%-
HSV(B)50.83º36%78.43%-
XYZ45.9150.2327.7-
YUV185.3495.64138.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=38.68%
G=36.56%
B=24.76%

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
Decimal20018912800.060.360.2250.8339.5664.31
HexC8BD80062416332840
Octal3102752000644266350100
Binary1100100010111101100000000110100100101101100111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD80; }

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

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

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

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

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

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

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

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