#C4BD85

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

Shades of Yuma #C4BD85

Tints of Yuma #C4BD85

Color information

#C4BD85 (or 0xC4BD85) is unknown color: approx Yuma. HEX triplet: C4, BD and 85. RGB value is (196,189,133). Sum of RGB (Red+Green+Blue) = 196+189+133=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BD85 is #3B427A. Grayscale: #B8B8B8. Windows color (decimal): -3883643 or 8764868. OLE color: 8764868.

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

Color convert

RGB196189133-
CMYK00.040.320.23
HSL53.33º34.81%64.51%-
HSV(B)53.33º32.14%76.86%-
XYZ45.249.8229.43-
YUV184.7198.82136.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=37.84%
G=36.49%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618913300.040.320.2353.3334.8164.51
HexC4BD85042017352341
Octal3042752050440276543101
Binary1100010010111101100001010100100000101111101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD85; }

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

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

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

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

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

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

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

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