#C4BE7F

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

Shades of Yuma #C4BE7F

Tints of Yuma #C4BE7F

Color information

#C4BE7F (or 0xC4BE7F) is unknown color: approx Yuma. HEX triplet: C4, BE and 7F. RGB value is (196,190,127). Sum of RGB (Red+Green+Blue) = 196+190+127=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE7F is #3B4180. Grayscale: #B8B8B8. Windows color (decimal): -3883393 or 8371908. OLE color: 8371908.

HSL color Cylindrical-coordinate representation of color #C4BE7F: hue angle of 54.78º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4BE7F is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB196190127-
CMYK00.030.350.23
HSL54.78º36.9%63.33%-
HSV(B)54.78º35.2%76.86%-
XYZ45.0150.0927.38-
YUV184.6195.49136.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 127 (50% from 255) = 24.76%
R=38.21%
G=37.04%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619012700.030.350.2354.7836.963.33
HexC4BE7F03231737253f
Octal304276177034327674577
Binary1100010010111110111111101110001110111110111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE7F; }

 p { color: rgb(196,190,127); }

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

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

 a { background-color: rgb(196,190,127); }

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

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

 span { border-color: rgb(196,190,127); }

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