#C3B780

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

Shades of Yuma #C3B780

Tints of Yuma #C3B780

Color information

#C3B780 (or 0xC3B780) is unknown color: approx Yuma. HEX triplet: C3, B7 and 80. RGB value is (195,183,128). Sum of RGB (Red+Green+Blue) = 195+183+128=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B780 is #3C487F. Grayscale: #B4B4B4. Windows color (decimal): -3950720 or 8435651. OLE color: 8435651.

HSL color Cylindrical-coordinate representation of color #C3B780: hue angle of 49.25º degrees, saturation: 0.36, 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 #C3B780 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB195183128-
CMYK00.060.340.24
HSL49.25º35.83%63.33%-
HSV(B)49.25º34.36%76.47%-
XYZ43.3447.0327.22-
YUV180.3298.48138.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=38.54%
G=36.17%
B=25.30%

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
Decimal19518312800.060.340.2449.2535.8363.33
HexC3B78006221831243f
Octal303267200064230614477
Binary110000111011011110000000011010001011000110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B780; }

 p { color: rgb(195,183,128); }

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

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

 a { background-color: rgb(195,183,128); }

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

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

 span { border-color: rgb(195,183,128); }

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