#C8BD81

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

Shades of Yuma #C8BD81

Tints of Yuma #C8BD81

Color information

#C8BD81 (or 0xC8BD81) is unknown color: approx Yuma. HEX triplet: C8, BD and 81. RGB value is (200,189,129). Sum of RGB (Red+Green+Blue) = 200+189+129=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD81 is #37427E. Grayscale: #B9B9B9. Windows color (decimal): -3621503 or 8502728. OLE color: 8502728.

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

Color convert

RGB200189129-
CMYK00.060.360.22
HSL50.7º39.23%64.51%-
HSV(B)50.7º35.5%78.43%-
XYZ45.9850.2628.05-
YUV185.4596.14138.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=38.61%
G=36.49%
B=24.90%

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
Decimal20018912900.060.360.2250.739.2364.51
HexC8BD81062416332741
Octal3102752010644266347101
Binary1100100010111101100000010110100100101101100111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD81; }

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

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

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

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

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

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

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

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