#C0B781

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

Shades of Yuma #C0B781

Tints of Yuma #C0B781

Color information

#C0B781 (or 0xC0B781) is unknown color: approx Yuma. HEX triplet: C0, B7 and 81. RGB value is (192,183,129). Sum of RGB (Red+Green+Blue) = 192+183+129=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B781 is #3F487E. Grayscale: #B3B3B3. Windows color (decimal): -4147327 or 8501184. OLE color: 8501184.

HSL color Cylindrical-coordinate representation of color #C0B781: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0B781 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192183129-
CMYK00.050.330.25
HSL51.43º33.33%62.94%-
HSV(B)51.43º32.81%75.29%-
XYZ42.6346.6627.53-
YUV179.5499.48136.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=38.10%
G=36.31%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218312900.050.330.2551.4333.3362.94
HexC0B78105211933213f
Octal300267201054131634177
Binary110000001011011110000001010110000111001110011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B781; }

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

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

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

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

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

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

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

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