#C8B97B

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

Shades of Yuma #C8B97B

Tints of Yuma #C8B97B

Color information

#C8B97B (or 0xC8B97B) is unknown color: approx Yuma. HEX triplet: C8, B9 and 7B. RGB value is (200,185,123). Sum of RGB (Red+Green+Blue) = 200+185+123=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B97B is #374684. Grayscale: #B6B6B6. Windows color (decimal): -3622533 or 8108488. OLE color: 8108488.

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

Color convert

RGB200185123-
CMYK00.080.380.22
HSL48.31º41.18%63.33%-
HSV(B)48.31º38.5%78.43%-
XYZ44.7448.4125.72-
YUV182.4294.47140.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 123 (48.44% from 255) = 24.21%
R=39.37%
G=36.42%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018512300.080.380.2248.3141.1863.33
HexC8B97B08261630293f
Octal3102711730104626605177
Binary110010001011100111110110100010011010110110000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B97B; }

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

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

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

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

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

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

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

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