#C3BC8B

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

Shades of Coriander #C3BC8B

Tints of Coriander #C3BC8B

Color information

#C3BC8B (or 0xC3BC8B) is unknown color: approx Coriander. HEX triplet: C3, BC and 8B. RGB value is (195,188,139). Sum of RGB (Red+Green+Blue) = 195+188+139=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC8B is #3C4374. Grayscale: #B8B8B8. Windows color (decimal): -3949429 or 9157827. OLE color: 9157827.

HSL color Cylindrical-coordinate representation of color #C3BC8B: hue angle of 52.5º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3BC8B is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195188139-
CMYK00.040.290.24
HSL52.5º31.82%65.49%-
HSV(B)52.5º28.72%76.47%-
XYZ45.1549.4331.59-
YUV184.51102.32135.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=37.36%
G=36.02%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518813900.040.290.2452.531.8265.49
HexC3BC8B041D18342041
Octal3032742130435306440101
Binary110000111011110010001011010011101110001101001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC8B; }

 p { color: rgb(195,188,139); }

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

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

 a { background-color: rgb(195,188,139); }

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

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

 span { border-color: rgb(195,188,139); }

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