#c4bb80

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

Shades of Yuma #C4BB80

Tints of Yuma #C4BB80

Color information

#C4BB80 (or 0xC4BB80) is unknown color: approx Yuma. HEX triplet: C4, BB and 80. RGB value is (196,187,128). Sum of RGB (Red+Green+Blue) = 196+187+128=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB80 is #3B447F. Grayscale: #B7B7B7. Windows color (decimal): -3884160 or 8436676. OLE color: 8436676.

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

Color convert

RGB196187128-
CMYK00.050.350.23
HSL52.06º36.56%63.53%-
HSV(B)52.06º34.69%76.86%-
XYZ44.4348.8327.51-
YUV182.9696.98137.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=38.36%
G=36.59%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618712800.050.350.2352.0636.5663.53
HexC4BB80052317342540
Octal3042732000543276445100
Binary1100010010111011100000000101100011101111101001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4bb80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4bb80; }

 p { color: rgb(196,187,128); }

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

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

 a { background-color: rgb(196,187,128); }

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

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

 span { border-color: rgb(196,187,128); }

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