#C2B781

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

Shades of Yuma #C2B781

Tints of Yuma #C2B781

Color information

#C2B781 (or 0xC2B781) is unknown color: approx Yuma. HEX triplet: C2, B7 and 81. RGB value is (194,183,129). Sum of RGB (Red+Green+Blue) = 194+183+129=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B781 is #3D487E. Grayscale: #B4B4B4. Windows color (decimal): -4016255 or 8501186. OLE color: 8501186.

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

Color convert

RGB194183129-
CMYK00.060.340.24
HSL49.85º34.76%63.33%-
HSV(B)49.85º33.51%76.08%-
XYZ43.1446.9227.55-
YUV180.1399.14137.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 129 (50.78% from 255) = 25.49%
R=38.34%
G=36.17%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418312900.060.340.2449.8534.7663.33
HexC2B78106221832233f
Octal302267201064230624377
Binary110000101011011110000001011010001011000110010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B781; }

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

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

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

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

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

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

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

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