#C4BE85

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

Shades of Yuma #C4BE85

Tints of Yuma #C4BE85

Color information

#C4BE85 (or 0xC4BE85) is unknown color: approx Yuma. HEX triplet: C4, BE and 85. RGB value is (196,190,133). Sum of RGB (Red+Green+Blue) = 196+190+133=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE85 is #3B417A. Grayscale: #B9B9B9. Windows color (decimal): -3883387 or 8765124. OLE color: 8765124.

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

Color convert

RGB196190133-
CMYK00.030.320.23
HSL54.29º34.81%64.51%-
HSV(B)54.29º32.14%76.86%-
XYZ45.4150.2629.5-
YUV185.398.49135.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=37.76%
G=36.61%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619013300.030.320.2354.2934.8164.51
HexC4BE85032017362341
Octal3042762050340276643101
Binary110001001011111010000101011100000101111101101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE85; }

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

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

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

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

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

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

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

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