#C7BB8C

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

Shades of Yuma #C7BB8C

Tints of Yuma #C7BB8C

Color information

#C7BB8C (or 0xC7BB8C) is unknown color: approx Yuma. HEX triplet: C7, BB and 8C. RGB value is (199,187,140). Sum of RGB (Red+Green+Blue) = 199+187+140=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BB8C is #384473. Grayscale: #B9B9B9. Windows color (decimal): -3687540 or 9223111. OLE color: 9223111.

HSL color Cylindrical-coordinate representation of color #C7BB8C: hue angle of 47.8º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7BB8C is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB199187140-
CMYK00.060.300.22
HSL47.8º34.5%66.47%-
HSV(B)47.8º29.65%78.04%-
XYZ46.0649.5831.95-
YUV185.23102.48137.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=37.83%
G=35.55%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918714000.060.300.2247.834.566.47
HexC7BB8C061E16302342
Octal3072732140636266043102
Binary110001111011101110001100011011110101101100001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BB8C; }

 p { color: rgb(199,187,140); }

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

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

 a { background-color: rgb(199,187,140); }

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

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

 span { border-color: rgb(199,187,140); }

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