#C2BA7A

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

Shades of Yuma #C2BA7A

Tints of Yuma #C2BA7A

Color information

#C2BA7A (or 0xC2BA7A) is unknown color: approx Yuma. HEX triplet: C2, BA and 7A. RGB value is (194,186,122). Sum of RGB (Red+Green+Blue) = 194+186+122=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA7A is #3D4585. Grayscale: #B5B5B5. Windows color (decimal): -4015494 or 8043202. OLE color: 8043202.

HSL color Cylindrical-coordinate representation of color #C2BA7A: hue angle of 53.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2BA7A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB194186122-
CMYK00.040.370.24
HSL53.33º37.11%61.96%-
HSV(B)53.33º37.11%76.08%-
XYZ43.3247.9925.39-
YUV181.194.65137.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=38.65%
G=37.05%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418612200.040.370.2453.3337.1161.96
HexC2BA7A04251835253e
Octal302272172044530654576
Binary11000010101110101111010010010010111000110101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA7A; }

 p { color: rgb(194,186,122); }

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

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

 a { background-color: rgb(194,186,122); }

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

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

 span { border-color: rgb(194,186,122); }

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