#C3BC8A

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

Shades of Coriander #C3BC8A

Tints of Coriander #C3BC8A

Color information

#C3BC8A (or 0xC3BC8A) is unknown color: approx Coriander. HEX triplet: C3, BC and 8A. RGB value is (195,188,138). Sum of RGB (Red+Green+Blue) = 195+188+138=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC8A is #3C4375. Grayscale: #B8B8B8. Windows color (decimal): -3949430 or 9092291. OLE color: 9092291.

HSL color Cylindrical-coordinate representation of color #C3BC8A: hue angle of 52.63º 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 #C3BC8A is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195188138-
CMYK00.040.290.24
HSL52.63º32.2%65.29%-
HSV(B)52.63º29.23%76.47%-
XYZ45.0849.431.2-
YUV184.39101.82135.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=37.43%
G=36.08%
B=26.49%

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
Decimal19518813800.040.290.2452.6332.265.29
HexC3BC8A041D18352041
Octal3032742120435306540101
Binary110000111011110010001010010011101110001101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC8A; }

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

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

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

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

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

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

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

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