#C8B67E

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

Shades of Yuma #C8B67E

Tints of Yuma #C8B67E

Color information

#C8B67E (or 0xC8B67E) is unknown color: approx Yuma. HEX triplet: C8, B6 and 7E. RGB value is (200,182,126). Sum of RGB (Red+Green+Blue) = 200+182+126=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B67E is #374981. Grayscale: #B5B5B5. Windows color (decimal): -3623298 or 8304328. OLE color: 8304328.

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

Color convert

RGB200182126-
CMYK00.090.370.22
HSL45.41º40.22%63.92%-
HSV(B)45.41º37%78.43%-
XYZ44.3147.2426.52-
YUV18196.96141.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 126 (49.61% from 255) = 24.80%
R=39.37%
G=35.83%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018212600.090.370.2245.4140.2263.92
HexC8B67E0925162d2840
Octal31026617601145265550100
Binary1100100010110110111111001001100101101101011011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B67E; }

 p { color: rgb(200,182,126); }

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

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

 a { background-color: rgb(200,182,126); }

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

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

 span { border-color: rgb(200,182,126); }

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