#c2b782

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

Shades of Yuma #C2B782

Tints of Yuma #C2B782

Color information

#C2B782 (or 0xC2B782) is unknown color: approx Yuma. HEX triplet: C2, B7 and 82. RGB value is (194,183,130). Sum of RGB (Red+Green+Blue) = 194+183+130=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B782 is #3D487D. Grayscale: #B4B4B4. Windows color (decimal): -4016254 or 8566722. OLE color: 8566722.

HSL color Cylindrical-coordinate representation of color #C2B782: hue angle of 49.69º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2B782 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB194183130-
CMYK00.060.330.24
HSL49.69º34.41%63.53%-
HSV(B)49.69º32.99%76.08%-
XYZ43.2146.9527.9-
YUV180.2599.64137.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=38.26%
G=36.09%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418313000.060.330.2449.6934.4163.53
HexC2B782062118322240
Octal3022672020641306242100
Binary1100001010110111100000100110100001110001100101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2b782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2b782; }

 p { color: rgb(194,183,130); }

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

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

 a { background-color: rgb(194,183,130); }

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

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

 span { border-color: rgb(194,183,130); }

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