#C7BB7A

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

Shades of Yuma #C7BB7A

Tints of Yuma #C7BB7A

Color information

#C7BB7A (or 0xC7BB7A) is unknown color: approx Yuma. HEX triplet: C7, BB and 7A. RGB value is (199,187,122). Sum of RGB (Red+Green+Blue) = 199+187+122=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BB7A is #384485. Grayscale: #B7B7B7. Windows color (decimal): -3687558 or 8043463. OLE color: 8043463.

HSL color Cylindrical-coordinate representation of color #C7BB7A: hue angle of 50.65º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7BB7A is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB199187122-
CMYK00.060.390.22
HSL50.65º40.74%62.94%-
HSV(B)50.65º38.69%78.04%-
XYZ44.8449.0925.52-
YUV183.1893.48139.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=39.17%
G=36.81%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918712200.060.390.2250.6540.7462.94
HexC7BB7A06271633293f
Octal307273172064726635177
Binary11000111101110111111010011010011110110110011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BB7A; }

 p { color: rgb(199,187,122); }

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

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

 a { background-color: rgb(199,187,122); }

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

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

 span { border-color: rgb(199,187,122); }

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