#C8B88B

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

Shades of Yuma #C8B88B

Tints of Yuma #C8B88B

Color information

#C8B88B (or 0xC8B88B) is unknown color: approx Yuma. HEX triplet: C8, B8 and 8B. RGB value is (200,184,139). Sum of RGB (Red+Green+Blue) = 200+184+139=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B88B is #374774. Grayscale: #B7B7B7. Windows color (decimal): -3622773 or 9156808. OLE color: 9156808.

HSL color Cylindrical-coordinate representation of color #C8B88B: hue angle of 44.26º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8B88B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB200184139-
CMYK00.080.300.22
HSL44.26º35.67%66.47%-
HSV(B)44.26º30.5%78.43%-
XYZ45.6248.4231.37-
YUV183.65102.8139.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=38.24%
G=35.18%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018413900.080.300.2244.2635.6766.47
HexC8B88B081E162c2442
Octal31027021301036265444102
Binary1100100010111000100010110100011110101101011001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B88B; }

 p { color: rgb(200,184,139); }

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

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

 a { background-color: rgb(200,184,139); }

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

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

 span { border-color: rgb(200,184,139); }

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