#C3B680

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

Shades of Yuma #C3B680

Tints of Yuma #C3B680

Color information

#C3B680 (or 0xC3B680) is unknown color: approx Yuma. HEX triplet: C3, B6 and 80. RGB value is (195,182,128). Sum of RGB (Red+Green+Blue) = 195+182+128=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B680 is #3C497F. Grayscale: #B3B3B3. Windows color (decimal): -3950976 or 8435395. OLE color: 8435395.

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

Color convert

RGB195182128-
CMYK00.070.340.24
HSL48.36º35.83%63.33%-
HSV(B)48.36º34.36%76.47%-
XYZ43.1346.6227.15-
YUV179.7398.81138.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=38.61%
G=36.04%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518212800.070.340.2448.3635.8363.33
HexC3B68007221830243f
Octal303266200074230604477
Binary110000111011011010000000011110001011000110000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B680; }

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

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

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

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

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

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

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

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