#C8BE75

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

Shades of Yuma #C8BE75

Tints of Yuma #C8BE75

Color information

#C8BE75 (or 0xC8BE75) is unknown color: approx Yuma. HEX triplet: C8, BE and 75. RGB value is (200,190,117). Sum of RGB (Red+Green+Blue) = 200+190+117=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE75 is #37418A. Grayscale: #B8B8B8. Windows color (decimal): -3621259 or 7716552. OLE color: 7716552.

HSL color Cylindrical-coordinate representation of color #C8BE75: hue angle of 52.77º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8BE75 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200190117-
CMYK00.050.420.22
HSL52.77º43.01%62.16%-
HSV(B)52.77º41.5%78.43%-
XYZ45.4450.3924.16-
YUV184.6789.81138.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=39.45%
G=37.48%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019011700.050.420.2252.7743.0162.16
HexC8BE75052A16352b3e
Octal310276165055226655376
Binary11001000101111101110101010110101010110110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE75; }

 p { color: rgb(200,190,117); }

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

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

 a { background-color: rgb(200,190,117); }

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

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

 span { border-color: rgb(200,190,117); }

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