#C3BC80

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

Shades of Yuma #C3BC80

Tints of Yuma #C3BC80

Color information

#C3BC80 (or 0xC3BC80) is unknown color: approx Yuma. HEX triplet: C3, BC and 80. RGB value is (195,188,128). Sum of RGB (Red+Green+Blue) = 195+188+128=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC80 is #3C437F. Grayscale: #B7B7B7. Windows color (decimal): -3949440 or 8436931. OLE color: 8436931.

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

Color convert

RGB195188128-
CMYK00.040.340.24
HSL53.73º35.83%63.33%-
HSV(B)53.73º34.36%76.47%-
XYZ44.3949.1327.57-
YUV183.2596.82136.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=38.16%
G=36.79%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518812800.040.340.2453.7335.8363.33
HexC3BC8004221836243f
Octal303274200044230664477
Binary110000111011110010000000010010001011000110110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC80; }

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

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

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

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

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

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

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

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