#C5BC8C

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

Shades of Yuma #C5BC8C

Tints of Yuma #C5BC8C

Color information

#C5BC8C (or 0xC5BC8C) is unknown color: approx Yuma. HEX triplet: C5, BC and 8C. RGB value is (197,188,140). Sum of RGB (Red+Green+Blue) = 197+188+140=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BC8C is #3A4373. Grayscale: #B9B9B9. Windows color (decimal): -3818356 or 9223365. OLE color: 9223365.

HSL color Cylindrical-coordinate representation of color #C5BC8C: 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 #C5BC8C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB197188140-
CMYK00.050.290.23
HSL50.53º32.95%66.08%-
HSV(B)50.53º28.93%77.25%-
XYZ45.7449.7332-
YUV185.22102.48136.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 140 (55.08% from 255) = 26.67%
R=37.52%
G=35.81%
B=26.67%

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
Decimal19718814000.050.290.2350.5332.9566.08
HexC5BC8C051D17332142
Octal3052742140535276341102
Binary110001011011110010001100010111101101111100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BC8C; }

 p { color: rgb(197,188,140); }

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

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

 a { background-color: rgb(197,188,140); }

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

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

 span { border-color: rgb(197,188,140); }

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