#C3BF8A

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

Shades of Coriander #C3BF8A

Tints of Coriander #C3BF8A

Color information

#C3BF8A (or 0xC3BF8A) is unknown color: approx Coriander. HEX triplet: C3, BF and 8A. RGB value is (195,191,138). Sum of RGB (Red+Green+Blue) = 195+191+138=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BF8A is #3C4075. Grayscale: #BABABA. Windows color (decimal): -3948662 or 9093059. OLE color: 9093059.

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

Color convert

RGB195191138-
CMYK00.020.290.24
HSL55.79º32.2%65.29%-
HSV(B)55.79º29.23%76.47%-
XYZ45.7250.731.42-
YUV186.15100.83134.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=37.21%
G=36.45%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519113800.020.290.2455.7932.265.29
HexC3BF8A021D18382041
Octal3032772120235307040101
Binary11000011101111111000101001011101110001110001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF8A; }

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

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

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

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

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

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

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

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