#C8B67B

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

Shades of Yuma #C8B67B

Tints of Yuma #C8B67B

Color information

#C8B67B (or 0xC8B67B) is unknown color: approx Yuma. HEX triplet: C8, B6 and 7B. RGB value is (200,182,123). Sum of RGB (Red+Green+Blue) = 200+182+123=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B67B is #374984. Grayscale: #B4B4B4. Windows color (decimal): -3623301 or 8107720. OLE color: 8107720.

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

Color convert

RGB200182123-
CMYK00.090.380.22
HSL45.97º41.18%63.33%-
HSV(B)45.97º38.5%78.43%-
XYZ44.1247.1725.52-
YUV180.6695.46141.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 123 (48.44% from 255) = 24.36%
R=39.60%
G=36.04%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018212300.090.380.2245.9741.1863.33
HexC8B67B0926162e293f
Octal3102661730114626565177
Binary110010001011011011110110100110011010110101110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B67B; }

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

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

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

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

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

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

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

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