#C3BC7F

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

Shades of Yuma #C3BC7F

Tints of Yuma #C3BC7F

Color information

#C3BC7F (or 0xC3BC7F) is unknown color: approx Yuma. HEX triplet: C3, BC and 7F. RGB value is (195,188,127). Sum of RGB (Red+Green+Blue) = 195+188+127=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC7F is #3C4380. Grayscale: #B7B7B7. Windows color (decimal): -3949441 or 8371395. OLE color: 8371395.

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

Color convert

RGB195188127-
CMYK00.040.350.24
HSL53.82º36.17%63.14%-
HSV(B)53.82º34.87%76.47%-
XYZ44.3249.127.22-
YUV183.1496.32136.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 127 (50% from 255) = 24.90%
R=38.24%
G=36.86%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518812700.040.350.2453.8236.1763.14
HexC3BC7F04231836243f
Octal303274177044330664477
Binary11000011101111001111111010010001111000110110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC7F; }

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

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

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

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

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

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

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

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