#C4BB8B

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

Shades of Yuma #C4BB8B

Tints of Yuma #C4BB8B

Color information

#C4BB8B (or 0xC4BB8B) is unknown color: approx Yuma. HEX triplet: C4, BB and 8B. RGB value is (196,187,139). Sum of RGB (Red+Green+Blue) = 196+187+139=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BB8B is #3B4474. Grayscale: #B8B8B8. Windows color (decimal): -3884149 or 9157572. OLE color: 9157572.

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

Color convert

RGB196187139-
CMYK00.050.290.23
HSL50.53º32.57%65.69%-
HSV(B)50.53º29.08%76.86%-
XYZ45.249.1431.53-
YUV184.22102.48136.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=37.55%
G=35.82%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618713900.050.290.2350.5332.5765.69
HexC4BB8B051D17332142
Octal3042732130535276341102
Binary110001001011101110001011010111101101111100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB8B; }

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

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

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

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

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

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

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

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