#C7B48C

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

Shades of Yuma #C7B48C

Tints of Yuma #C7B48C

Color information

#C7B48C (or 0xC7B48C) is unknown color: approx Yuma. HEX triplet: C7, B4 and 8C. RGB value is (199,180,140). Sum of RGB (Red+Green+Blue) = 199+180+140=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B48C is #384B73. Grayscale: #B5B5B5. Windows color (decimal): -3689332 or 9221319. OLE color: 9221319.

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

Color convert

RGB199180140-
CMYK00.100.300.22
HSL40.68º34.5%66.47%-
HSV(B)40.68º29.65%78.04%-
XYZ44.6146.6831.47-
YUV181.12104.79140.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.34%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=38.34%
G=34.68%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918014000.100.300.2240.6834.566.47
HexC7B48C0A1E16292342
Octal30726421401236265143102
Binary1100011110110100100011000101011110101101010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B48C; }

 p { color: rgb(199,180,140); }

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

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

 a { background-color: rgb(199,180,140); }

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

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

 span { border-color: rgb(199,180,140); }

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